Don't mount immich under deploy directory
This commit is contained in:
@ -9,9 +9,9 @@ services:
|
||||
- TZ=Etc/UTC
|
||||
- JELLYFIN_PublishedServerUrl=192.168.0.5 #optional
|
||||
volumes:
|
||||
- /path/to/library:/config
|
||||
- /path/to/tvseries:/data/tvshows
|
||||
- /path/to/movies:/data/movies
|
||||
- /jellyfin/library:/config
|
||||
- /jellyfin/tvseries:/data/tvshows
|
||||
- /jellyfin/movies:/data/movies
|
||||
ports:
|
||||
- 8096:8096
|
||||
- 8920:8920 #optional
|
||||
|
Reference in New Issue
Block a user