Added UID, GID env vars to compose
This commit is contained in:
parent
f69352cd1b
commit
ec9e1fb645
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ services:
|
|||
image: zeitdl
|
||||
container_name: zeitdl
|
||||
build: ./
|
||||
user: "${UID}:${GID}"
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Reference in a new issue