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
|
image: zeitdl
|
||||||
container_name: zeitdl
|
container_name: zeitdl
|
||||||
build: ./
|
build: ./
|
||||||
|
user: "${UID}:${GID}"
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Add table
Reference in a new issue