Set UID/GID for users

This commit is contained in:
Colin Hebert
2023-01-05 07:20:14 +01:00
parent b57e0770ab
commit 25626f55f0
7 changed files with 37 additions and 0 deletions

View File

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