Switch host port mapping

This commit is contained in:
Joey Hafner 2022-04-29 12:18:41 -07:00
parent e0040c1ce6
commit 3be1641ee5

View File

@ -10,7 +10,7 @@ services:
ports: ports:
- 80:80 - 80:80
- 443:443 - 443:443
- 8080:8080 - 28080:8080
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro
- ./traefik.toml:/traefik.toml - ./traefik.toml:/traefik.toml