diff --git a/docker-compose.yml b/docker-compose.yml index baac2b2..883452a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,6 +7,7 @@ services: ports: - "80:80" - "443:443" + - "10.0.0.1:8080:8080" volumes: - "/var/run/docker.sock:/var/run/docker.sock" - "./cert/:/cert/" @@ -15,7 +16,6 @@ services: - "traefik.enable=false" # set to true to expose the Monitoring & API - "traefik.backend=proxy" - "traefik.port=8080" - - "traefik.frontend.rule=Host: api.zom.bi" networks: - "web"