add cors solution
This commit is contained in:
parent
2294e38002
commit
1c92a8676b
|
@ -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"\
|
||||
|
|
Loading…
Reference in New Issue