feat: add port 8006 to pangolin
All checks were successful
ci/woodpecker/push/linting Pipeline was successful

This commit is contained in:
Simon Cornet 2026-06-01 16:03:43 +02:00
commit dc79fa5d85

View file

@ -72,8 +72,9 @@
- "/mnt/pangolin/config/letsencrypt:/letsencrypt"
ports:
- "443:443/tcp"
- "80:80/tcp"
- "443:443/tcp"
- "8006:8006/tcp"
command:
- "--configFile=/etc/traefik/traefik_config.yml"