Update docker-compose.yml
expose ports
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user