diff --git a/jellyfin/docker-compose.yml b/jellyfin/docker-compose.yml index 080680a..8ac3507 100644 --- a/jellyfin/docker-compose.yml +++ b/jellyfin/docker-compose.yml @@ -9,9 +9,9 @@ services: - TZ=Asia/Shanghai volumes: # map the physical volume to the container - /home/ubuntu/infrastructure/jellyfin/config:/config - - /mnt/daily-storage/media/tvshows: /data/tvshows + - /mnt/daily-storage/media/tvshows:/data/tvshows - /mnt/daily-storage/media/movies:/data/movies - /mnt/daily-storage/media/music:/data/music ports: - 8096:8096 - restart: always \ No newline at end of file + restart: always