rewrite host and remove external networks

This commit is contained in:
2026-01-29 19:44:38 +01:00
parent c2d99b9cd6
commit ebff535602
9 changed files with 22 additions and 34 deletions

View File

@@ -10,5 +10,5 @@ services:
volumes:
- /opt/jellyseerr:/app/config
extra_hosts:
- sonarr:192.168.2.200
- lidarr:192.168.2.200
- "sonarr:${HOST_IP}"
- "lidarr:${HOST_IP}"