diff --git a/compose.yaml b/compose.yaml index 2b71db6..01186a0 100644 --- a/compose.yaml +++ b/compose.yaml @@ -57,7 +57,7 @@ services: container_name: homepage restart: always ports: - - 10.200.200.254:3000:3000 + - 10.200.200.254:8000:3000 volumes: - /app-config/homepage/:/app/config # Make sure your local config directory exists - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods