Load proper gotify admin password

This commit is contained in:
Colin Hebert
2023-01-05 07:46:24 +01:00
parent 1d15c74cfb
commit 593b0d2f9e

View File

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