improve networking
This commit is contained in:
@ -4,7 +4,8 @@ services:
|
||||
container_name: sonarr_tv_standard
|
||||
image: linuxserver/sonarr:develop
|
||||
networks:
|
||||
- public
|
||||
public:
|
||||
ipv4_address: 192.168.240.38
|
||||
ports:
|
||||
- "${SONARR_TV_STANDARD_EXTERNAL_PORT}:${SONARR_INTERNAL_PORT}"
|
||||
environment:
|
||||
@ -26,7 +27,8 @@ services:
|
||||
container_name: sonarr_anime
|
||||
image: linuxserver/sonarr:develop
|
||||
networks:
|
||||
- public
|
||||
public:
|
||||
ipv4_address: 192.168.240.37
|
||||
ports:
|
||||
- "${SONARR_ANIME_EXTERNAL_PORT}:${SONARR_INTERNAL_PORT}"
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user