none default port

This commit is contained in:
Thomas 2025-06-15 22:26:45 +02:00
parent 349985065f
commit e499627530

View File

@ -12,8 +12,8 @@ services:
- "--entryPoints.web.address=:80" - "--entryPoints.web.address=:80"
- "--entryPoints.websecure.address=:443" - "--entryPoints.websecure.address=:443"
ports: ports:
- "80:80" - "8880:80"
- "443:443" - "8443: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