Read PUID from variable
This commit is contained in:
parent
8a14b09ce8
commit
a42c1a4182
3 changed files with 4 additions and 6 deletions
|
@ -5,8 +5,8 @@ services:
|
|||
image: linuxserver/emby:4.3.1.0-ls26
|
||||
container_name: emby
|
||||
environment:
|
||||
- PUID=3000
|
||||
- PGID=3000
|
||||
- PUID={{ docker_user.id }}
|
||||
- PGID={{ docker_user.id }}
|
||||
- TZ=Europe/London
|
||||
volumes:
|
||||
- ./config:/config
|
||||
|
|
|
@ -4,8 +4,6 @@ services:
|
|||
image: gotify/server:2.0.13
|
||||
container_name: gotify
|
||||
environment:
|
||||
- PUID=3000
|
||||
- PGID=3000
|
||||
- TZ=Europe/London
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
|
|
|
@ -4,8 +4,8 @@ services:
|
|||
image: linuxserver/librespeed:5.1-ls2
|
||||
container_name: librespeed
|
||||
environment:
|
||||
- PUID=3000
|
||||
- PGID=3000
|
||||
- PUID={{ docker_user.id }}
|
||||
- PGID={{ docker_user.id }}
|
||||
- TZ=Europe/London
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
|
|
Loading…
Reference in a new issue