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 container_name: pangolin
restart: unless-stopped restart: unless-stopped
networks: networks:
- traefik - traefik
volumes: volumes:
- /srv/pangolin/config:/app/config - /srv/pangolin/config:/app/config
labels: labels:
@@ -24,7 +24,7 @@ services:
gerbil: gerbil:
image: fosrl/gerbil:latest image: fosrl/gerbil:latest
networks: networks:
- traefik - traefik
container_name: gerbil container_name: gerbil
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
@@ -42,8 +42,8 @@ services:
- SYS_MODULE - SYS_MODULE
ports: ports:
- 51820:51820/udp - 51820:51820/udp
- 443:443 # 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 # - 80:80 # Port for traefik because of the network_mode
# traefik: # traefik:
# image: traefik:v3.3.3 # image: traefik:v3.3.3