diff options
-rw-r--r-- | docker-compose.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index 350f77b..4ffff75 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -3,8 +3,7 @@ services: dashboard: build: . ports: - - 443:443 - - 80:80 + - 8001:80 environment: - PER_PAGE - COLLECTOR_URL |