Homepage Stack: change main port form 3000 to 3030
This commit is contained in:
parent
c4826fa652
commit
3004e59c27
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ services:
|
||||||
homepage:
|
homepage:
|
||||||
image: ghcr.io/gethomepage/homepage:latest
|
image: ghcr.io/gethomepage/homepage:latest
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3030:3000
|
||||||
volumes:
|
volumes:
|
||||||
- ${CONFIG_PATH:-./Config}:/app/config # Make sure your local config directory exists
|
- ${CONFIG_PATH:-./Config}:/app/config # Make sure your local config directory exists
|
||||||
- ${ICON_PATH:-./Icons}:/app/public/icons
|
- ${ICON_PATH:-./Icons}:/app/public/icons
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue