change to map default port

This commit is contained in:
Thomas 2025-06-15 22:15:55 +02:00
parent 4b260bfabe
commit 349985065f

View File

@ -5,15 +5,15 @@ services:
container_name: "traefik" container_name: "traefik"
restart: unless-stopped restart: unless-stopped
command: command:
#- "--log.level=DEBUG" - "--log.level=DEBUG"
- "--api.insecure=true" - "--api.insecure=true"
- "--providers.docker=true" - "--providers.docker=true"
- "--providers.docker.exposedbydefault=false" - "--providers.docker.exposedbydefault=false"
- "--entryPoints.web.address=:80" - "--entryPoints.web.address=:80"
- "--entryPoints.websecure.address=:443" - "--entryPoints.websecure.address=:443"
ports: ports:
- "8880:80" - "80:80"
- "8443:443" - "443:443"
volumes: volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro" - "/var/run/docker.sock:/var/run/docker.sock:ro"
- /volume1/docker/traefik/traefik.yml:/traefik.yml:ro - /volume1/docker/traefik/traefik.yml:/traefik.yml:ro