This commit is contained in:
2025-12-12 16:22:58 -04:00
parent c42cda3191
commit b34aeeb192
2 changed files with 7 additions and 2 deletions

View File

@@ -19,8 +19,11 @@ services:
- TZ=America/Moncton # Specify timezone from TZ Database name found here https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
- LZENDPOINT_ENABLE=true
- JELLYFIN_URL=https://jellyfin.shoebottom.ca
- PLEX_URL=https://plex.shoebottom.ca
- MALOJA_URL=http://maloja:42010
- SPOTIFY_REDIRECT_URI=https://multi-scrobbler.shoebottom.ca/callback
- JELLYFIN_USER=Isaac # filter by user
- PLEX_USERS_ALLOW=IsaacShoebottom # filter by user
- PUID=1000 # required if running docker on linux host, see main README Docker setup instructions
- PGID=1000 # required if running docker on linux host, see main README Docker setup instructions