add ADDR env var to set docker listen addr

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-05-07 10:11:37 +02:00
parent 9c93589031
commit 6495fc9dd1
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ services:
HOSTNAME: "0.0.0.0"
PORT: "${PORT:-8080}"
ports:
- '127.0.0.1:${PORT:-8080}:${PORT:-8080}'
- '${ADDR:-127.0.0.1}:${PORT:-8080}:${PORT:-8080}'