add cors solution

This commit is contained in:
Sasha 2023-12-03 20:14:34 +01:00
parent 2294e38002
commit 1c92a8676b
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ exec /usr/bin/wakunode\
--rest=true\
--rest-address=0.0.0.0\
--rest-port=8645\
--rest-allow-origin:"localhost:*"\
--nat=extip:"${MY_EXT_IP}"\
--store=true\
--store-message-db-url="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/postgres"\