This commit is contained in:
Max Buz
2025-01-28 21:50:15 +01:00
committed by GitHub
parent f709185063
commit d9f37f0e83

View File

@@ -0,0 +1,9 @@
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
ports:
- 3000:3000
volumes:
- ${PATH_TO_CONFIG}:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations