Skip to content

Commit

Permalink
OK DEPLOY : Add static intername IP for radarr and sonarr
Browse files Browse the repository at this point in the history
  • Loading branch information
navilg committed Oct 24, 2023
1 parent c960477 commit 8f9dc75
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ services:
container_name: radarr
image: lscr.io/linuxserver/radarr:5.0.3
networks:
- mynetwork
mynetwork:
ipv4_address: ${RADARR_STATIC_CONTAINER_IP} # It should be available IPv4 address in range of docker network `mynetwork` e.g. 172.20.0.2
environment:
- PUID=1000
- PGID=1000
Expand All @@ -137,7 +138,8 @@ services:
image: lscr.io/linuxserver/sonarr:4.0.0-develop
container_name: sonarr
networks:
- mynetwork
mynetwork:
ipv4_address: ${SONARR_STATIC_CONTAINER_IP} # It should be available IPv4 address in range of docker network `mynetwork` e.g. 172.20.0.2
environment:
- PUID=1000
- PGID=1000
Expand Down

0 comments on commit 8f9dc75

Please sign in to comment.