diff --git a/docker-compose.yml b/docker-compose.yml index 12a7402..c545a3f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,9 +27,9 @@ services: - cc-data:/var/lib/cmon - cc-ssh-keys:/root/.ssh # Exposing standard UI ports internally for Traefik routing - #expose: - # - "80" - # - "443" + expose: + - "80" + - "443" volumes: cc-mysql-data: