Changed port number for homepage to not conflict with npm

This commit is contained in:
Thord Johansson 2024-03-26 01:32:36 +01:00
parent cff4f221c6
commit 4891f6972f

View File

@ -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