Added UID, GID env vars to compose

This commit is contained in:
Leon Haag-Fank 2024-04-03 16:23:00 +02:00
parent f69352cd1b
commit ec9e1fb645

View file

@ -3,6 +3,7 @@ services:
image: zeitdl
container_name: zeitdl
build: ./
user: "${UID}:${GID}"
env_file:
- .env
volumes: