Removed $USER environment variable in Jellyfin
- Added music directory to Jellyfin
This commit is contained in:
parent
e3cacb5d1f
commit
e3f53e1f46
2 changed files with 11 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue