init homepage docker

This commit is contained in:
Chris King
2024-12-16 01:43:13 -08:00
parent 116a7716ac
commit c3f08d5191

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