1
0

chore(deps): update ghcr.io/huolalatech/page-spy-web docker tag to v2.4.6 (#3842)

This commit is contained in:
renovate[bot]
2026-02-04 09:06:10 +00:00
committed by GitHub
parent a9f09d7066
commit 0ae2174af9
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
services:
pageSpy:
container_name: ${CONTAINER_NAME}
image: "ghcr.io/huolalatech/page-spy-web:v2.4.6"
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:6752"
volumes:
- ./log:/app/log
- ./data:/app/data
restart: always
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true