From 26d2af53ba23f765cdec46e7fae2ec0bc7a85f0d Mon Sep 17 00:00:00 2001 From: null4bl3 Date: Fri, 24 Apr 2026 12:02:34 +0000 Subject: [PATCH] pangolin --- pangolin/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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