diff --git a/bootstrap.docker-compose.yml b/bootstrap.docker-compose.yml index 77b9fc4..4eafdf9 100644 --- a/bootstrap.docker-compose.yml +++ b/bootstrap.docker-compose.yml @@ -17,8 +17,8 @@ services: traefik: image: traefik ports: - - 80:80 - - 443:443 + - 8080:80 + - 8443:443 networks: - traefik - docker