Homepage Stack: change main port form 3000 to 3030

This commit is contained in:
Aroy-Art 2025-06-04 13:16:01 +02:00
parent c4826fa652
commit 3004e59c27
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -4,7 +4,7 @@ services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
ports:
- 3000:3000
- 3030:3000
volumes:
- ${CONFIG_PATH:-./Config}:/app/config # Make sure your local config directory exists
- ${ICON_PATH:-./Icons}:/app/public/icons