1
0

chore(deps): update ghcr.io/gethomepage/homepage docker tag to v1.10.1 (#3891)

This commit is contained in:
renovate[bot]
2026-02-05 17:04:36 +00:00
committed by GitHub
parent 466a393995
commit e4b65b9290
4 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
services:
homepage:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
volumes:
- ./data/config:/app/config
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- PUID=1000
- PGID=1000
image: ghcr.io/gethomepage/homepage:v1.10.1
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true