Get Gotify to listen to port 8080 (non-root)

This commit is contained in:
Colin Hebert
2023-01-05 07:40:55 +01:00
parent f40db8cd5b
commit 5b352cdc53

View File

@@ -5,6 +5,7 @@ services:
image: gotify/server image: gotify/server
entrypoint: ./data/entrypoint.sh entrypoint: ./data/entrypoint.sh
environment: environment:
GOTIFY_SERVER_PORT: 8080
GOTIFY_DEFAULTUSER_PASS_FILE: /run/secrets/admin_password GOTIFY_DEFAULTUSER_PASS_FILE: /run/secrets/admin_password
user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?} user: ${NASCOMPOSE_UID?}:${NASCOMPOSE_GID?}
networks: networks: