homepage is working

This commit is contained in:
2024-08-15 16:33:50 -07:00
parent c3afaa644b
commit 27730a012f
4 changed files with 24 additions and 7 deletions
+2 -4
View File
@@ -4,8 +4,6 @@ services:
homepage:
image: ${HOMEPAGE_IMAGE:-ghcr.io/gethomepage/homepage:latest}
restart: unless-stopped
ports:
- 3000:3000
volumes:
- ./data/homepage-config:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
- ${VOL_CONFIG_PATH:-./config}/homepage:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations