diff --git a/naspi/homepage/docker-compose.yml b/naspi/homepage/docker-compose.yml index 99dde66..1a95b67 100644 --- a/naspi/homepage/docker-compose.yml +++ b/naspi/homepage/docker-compose.yml @@ -7,7 +7,7 @@ services: network_mode: bridge restart: unless-stopped ports: - - 80:3000 + - 800:3000 volumes: - ${HOMEPAGE_CONFIG_PATH}:/app/config # Make sure your local config directory exists - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations