This commit is contained in:
2026-04-24 12:02:34 +00:00
parent 307a2cd6ec
commit 26d2af53ba
+4 -4
View File
@@ -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