rewrite host and remove external networks
This commit is contained in:
@@ -12,9 +12,10 @@ services:
|
||||
- 9696:9696
|
||||
restart: unless-stopped
|
||||
extra_hosts:
|
||||
- transmission:192.168.2.200
|
||||
- qbittorrent:192.168.2.200
|
||||
- jackett:192.168.2.200
|
||||
- radarr:192.168.2.200
|
||||
- sonarr:192.168.2.200
|
||||
- lidarr:192.168.2.200
|
||||
- "transmission:${HOST_IP}"
|
||||
- "qbittorrent:${HOST_IP}"
|
||||
- "jackett:${HOST_IP}"
|
||||
- "prowlarr:${HOST_IP}"
|
||||
- "radarr:${HOST_IP}"
|
||||
- "sonarr:${HOST_IP}"
|
||||
- "lidarr:${HOST_IP}"
|
||||
|
||||
Reference in New Issue
Block a user