mirror of
https://github.com/status-im/github-webhook-filter.git
synced 2026-08-31 02:31:08 +00:00
add ADDR env var to set docker listen addr
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
+1
-1
@@ -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}'
|
||||
|
||||
Reference in New Issue
Block a user