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