This commit is contained in:
2025-03-11 22:04:53 -06:00
parent e4e743ec74
commit 0a59f51c65

View File

@@ -1,9 +1,11 @@
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:
- 3001:3000
restart: unless-stopped
services:
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:
- 3001:3000
restart: unless-stopped