Set UID/GID for users

This commit is contained in:
Colin Hebert
2023-01-05 07:20:14 +01:00
parent b57e0770ab
commit 25626f55f0
7 changed files with 37 additions and 0 deletions

View File

@@ -4,6 +4,9 @@ services:
mylar:
image: linuxserver/mylar3
profiles: [ebooks]
environment:
PUID: ${NASCOMPOSE_UID?}
PGID: ${NASCOMPOSE_GID?}
networks:
- traefik
- gotify
@@ -20,6 +23,9 @@ services:
lazylibrarian:
image: linuxserver/lazylibrarian
profiles: [ebooks]
environment:
PUID: ${NASCOMPOSE_UID?}
PGID: ${NASCOMPOSE_GID?}
networks:
- traefik
- gotify
@@ -35,6 +41,9 @@ services:
sonarr:
image: linuxserver/sonarr
environment:
PUID: ${NASCOMPOSE_UID?}
PGID: ${NASCOMPOSE_GID?}
networks:
- traefik
- gotify
@@ -50,6 +59,9 @@ services:
radarr:
image: linuxserver/radarr
environment:
PUID: ${NASCOMPOSE_UID?}
PGID: ${NASCOMPOSE_GID?}
networks:
- traefik
- gotify
@@ -65,6 +77,9 @@ services:
bazarr:
image: linuxserver/bazarr
environment:
PUID: ${NASCOMPOSE_UID?}
PGID: ${NASCOMPOSE_GID?}
networks:
- traefik
- gotify
@@ -78,6 +93,9 @@ services:
ombi:
image: linuxserver/ombi
environment:
PUID: ${NASCOMPOSE_UID?}
PGID: ${NASCOMPOSE_GID?}
networks:
- traefik
- downloads