This commit is contained in:
2025-03-14 21:01:43 -06:00
parent 0a59f51c65
commit 6019468ebf

View File

@@ -4,7 +4,7 @@ services:
image: ghcr.io/gethomepage/homepage:latest image: ghcr.io/gethomepage/homepage:latest
container_name: homepage container_name: homepage
volumes: volumes:
- /data/homepage:/app/config - ./config:/app/config
- /var/run/docker.sock:/var/run/docker.sock # pass local proxy - /var/run/docker.sock:/var/run/docker.sock # pass local proxy
ports: ports:
- 3001:3000 - 3001:3000