diff --git a/pangolin/docker-compose.yml b/pangolin/docker-compose.yml index 33ebf6f..e28fb7d 100644 --- a/pangolin/docker-compose.yml +++ b/pangolin/docker-compose.yml @@ -5,7 +5,7 @@ services: container_name: pangolin restart: unless-stopped networks: - - traefik + - traefik volumes: - /srv/pangolin/config:/app/config labels: @@ -24,7 +24,7 @@ services: gerbil: image: fosrl/gerbil:latest networks: - - traefik + - traefik container_name: gerbil restart: unless-stopped depends_on: @@ -42,8 +42,8 @@ services: - SYS_MODULE ports: - 51820:51820/udp - - 443:443 # Port for traefik because of the network_mode - - 80:80 # Port for traefik because of the network_mode + # - 443:443 # Port for traefik because of the network_mode + # - 80:80 # Port for traefik because of the network_mode # traefik: # image: traefik:v3.3.3