1
0

chore(deps): update kuingsmile/piclist docker tag to v2.3.3 (#3809)

This commit is contained in:
renovate[bot]
2026-02-02 02:11:30 +00:00
committed by GitHub
parent 3fb4a34e46
commit 1e59ef9469
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
services:
piclist:
image: "kuingsmile/piclist:v2.3.3"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:36677"
volumes:
- "${DATA_PATH}:/root/.piclist"
command: node /usr/local/bin/picgo-server -k ${AUTH_KEY}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true