fix: entrypoint path
This commit is contained in:
@@ -47,7 +47,7 @@ services:
|
||||
RELAY_HOST_PASSWORD_FILE: /run/secrets/RELAY_PASSWORD
|
||||
SIMPLELOGIN_COMPATIBILITY_MODE: v4
|
||||
ENABLE_PROXY_PROTOCOL: "false"
|
||||
entrypoint: /bin/sh -c 'MYNETWORKS=$(ip -o -f inet addr show eth0 | awk "/scope global/ {print \$4}"); export MYNETWORKS; exec /docker-entrypoint.sh'
|
||||
entrypoint: /bin/sh -c 'MYNETWORKS=$(ip -o -f inet addr show eth0 | awk "/scope global/ {print \$4}"); export MYNETWORKS; exec docker-entrypoint.sh'
|
||||
networks:
|
||||
- default
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user