Changed port number for homepage to not conflict with npm
This commit is contained in:
parent
cff4f221c6
commit
4891f6972f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue