Removed $USER environment variable in Jellyfin

- Added music directory to Jellyfin
This commit is contained in:
Tony Bark 2025-09-06 14:42:30 -04:00
parent e3cacb5d1f
commit e3f53e1f46
2 changed files with 11 additions and 7 deletions

View file

@ -16,6 +16,11 @@ services:
# that restarting the container will not delete your settings or DB.
- $HOME/.server/tunarr:/config/tunarr
restart: "unless-stopped"
networks:
- portainer_default
# Optional - alternative address used for autodiscovery
#environment:
# - JELLYFIN_PublishedServerUrl=http://example.com
networks:
portainer_default:
external: true