feat: update piclist 2.4.0

This commit is contained in:
arch3rPro
2026-05-06 05:32:14 +08:00
parent ea316bc761
commit 985b903f7b
4 changed files with 2 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
services:
piclist:
image: kuingsmile/piclist:v2.4.0
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