6 lines
242 B
Bash
6 lines
242 B
Bash
# Copy to .env or export these values before docker compose commands.
|
|
# The safe default publishes the gateway only on the Docker host loopback.
|
|
GATEWAY_CONFIG=./gateway-config.json
|
|
GATEWAY_PUBLISH_ADDRESS=127.0.0.1
|
|
GATEWAY_PUBLISH_PORT=9080
|