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

@@ -17,6 +17,9 @@ services:
prowlarr:
image: linuxserver/prowlarr
environment:
PUID: ${NASCOMPOSE_UID?}
PGID: ${NASCOMPOSE_GID?}
networks:
- default
- traefik
@@ -38,6 +41,8 @@ services:
transmission:
image: haugene/transmission-openvpn
environment:
PUID: ${NASCOMPOSE_UID?}
PGID: ${NASCOMPOSE_GID?}
OPENVPN_PROVIDER: PIA
OPENVPN_CONFIG: ${NASCOMPOSE_TRANSMISSION_VPNREGION?}
OPENVPN_OPTS: --inactive 3600 --ping 10 --ping-exit 60