WebUI #42

Merged
NightPumpkin merged 18 commits from evo into master 2021-03-27 12:52:08 +01:00
Showing only changes of commit 35137f739e - Show all commits

View File

@ -22,7 +22,7 @@ services:
networks:
- 'jellyfin_network' #si modification changer la ligne 45
ports:
- 8096:8096
- 8096:8096 # WebUI
volumes:
- /volume1/docker/jellyfin/config:/config
- /volume1/media/music:/data/music
@ -46,7 +46,7 @@ services:
volumes:
- /volume1/docker/embystat/config:/config
ports:
- 6555:6555
- 6555:6555 # WebUI
restart: unless-stopped
networks: