feat: add port 8006 to pangolin
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
This commit is contained in:
parent
4dde7d728c
commit
dc79fa5d85
1 changed files with 2 additions and 1 deletions
|
|
@ -72,8 +72,9 @@
|
||||||
- "/mnt/pangolin/config/letsencrypt:/letsencrypt"
|
- "/mnt/pangolin/config/letsencrypt:/letsencrypt"
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- "443:443/tcp"
|
|
||||||
- "80:80/tcp"
|
- "80:80/tcp"
|
||||||
|
- "443:443/tcp"
|
||||||
|
- "8006:8006/tcp"
|
||||||
|
|
||||||
command:
|
command:
|
||||||
- "--configFile=/etc/traefik/traefik_config.yml"
|
- "--configFile=/etc/traefik/traefik_config.yml"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue