dashboard port reihenfolge geändert

This commit is contained in:
Czechman 2022-12-21 15:20:50 +01:00
parent 4655218345
commit 92b0751ae7
1 changed files with 1 additions and 1 deletions

View File

@ -26,9 +26,9 @@ services:
- "/var/run/docker.sock:/var/run/docker.sock:ro" - "/var/run/docker.sock:/var/run/docker.sock:ro"
- "/docker/traefik_v2x/config:/etc/traefik" - "/docker/traefik_v2x/config:/etc/traefik"
ports: ports:
- "8888:8080"
- "80:80" - "80:80"
- "443:443" - "443:443"
- "8888:8080"
restart: always restart: always
labels: labels:
- "traefik.enable=false" - "traefik.enable=false"