diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-14 15:33:15 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-14 15:33:15 -0500 |
commit | ad1d6c0332310dcd0cc03f282bd8926d19558900 (patch) | |
tree | 05fe0373de77b926b0a212391794dc388264ddd6 /docker-compose.yml | |
parent | 82995764a79e115e495e71b1ea6a961ae7cceaba (diff) |
Remove unnecessary commented code
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index ce1f3e3..7042715 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -172,16 +172,6 @@ services: networks: - highseas ports: - # Prowlarr ports: - # - 9696:9696 - # Sonarr ports: - # - 8989:8989 - # Radarr ports: - # - 7878:7878 - # Flaresolverr ports: - # - "${PORT:-8191}:8191" - # Overseerr ports: - # - 5055:5055/tcp # Qbittorrent - 4242:4242 # Traefik exposes the smallest port - 6881:6881 |