Fix incorrect env variable

This commit is contained in:
Colin Hebert
2023-04-22 18:56:48 +10:00
parent 89ebb7b2ef
commit ed0c1227ae

View File

@@ -26,8 +26,8 @@ services:
hostname: tautulli
image: lscr.io/linuxserver/tautulli
environment:
PLEX_UID: ${NASCOMPOSE_UID?}
PLEX_GID: ${NASCOMPOSE_GID?}
PUID: ${NASCOMPOSE_UID?}
PGID: ${NASCOMPOSE_GID?}
networks:
- reverse-proxy
- media-player