root: don't specify bind IP in compose file
closes #4470 Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
60189ce9ca
commit
f09305a444
|
@ -47,8 +47,8 @@ services:
|
|||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "0.0.0.0:${AUTHENTIK_PORT_HTTP:-9000}:9000"
|
||||
- "0.0.0.0:${AUTHENTIK_PORT_HTTPS:-9443}:9443"
|
||||
- "${AUTHENTIK_PORT_HTTP:-9000}:9000"
|
||||
- "${AUTHENTIK_PORT_HTTPS:-9443}:9443"
|
||||
worker:
|
||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2023.1.0}
|
||||
restart: unless-stopped
|
||||
|
|
Reference in New Issue