Assign Jellyfin its own network to prevent subnet conflicts
This commit is contained in:
parent
07f06531fb
commit
f501c55afd
@ -12,9 +12,17 @@ services:
|
||||
- <media directory>/Movies:/data/movies
|
||||
- <media directory>/Music:/data/music
|
||||
- <media directory>/TV:/data/tv
|
||||
networks:
|
||||
- jellyfin
|
||||
ports:
|
||||
- 8096:8096
|
||||
- 8920:8920
|
||||
- 7359:7359/udp
|
||||
- 1900:1900/udp
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
jellyfin:
|
||||
name: jellyfin
|
||||
ipam:
|
||||
config:
|
||||
- subnet: <subnet>
|
Loading…
Reference in New Issue
Block a user