This commit is contained in:
2025-03-11 22:03:29 -06:00
parent addacab0c9
commit a304a39fd1

View File

@@ -0,0 +1,9 @@
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
volumes:
- /data/homepage:/app/config
- /var/run/docker.sock:/var/run/docker.sock # pass local proxy
ports:
- 3000:3000
restart: unless-stopped