feat: fix version name

This commit is contained in:
arch3rPro
2025-08-28 17:30:59 +00:00
parent e9c067993d
commit 989913822b
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
services:
piclist:
image: kuingsmile/piclist:v2.0.2
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