mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
feat: update piclist v2.0.0
This commit is contained in:
@@ -1,18 +1,17 @@
|
||||
services:
|
||||
piclist:
|
||||
image: "kuingsmile/piclist:v1.9.14"
|
||||
image: kuingsmile/piclist:v2.0.0
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:36677"
|
||||
- ${PANEL_APP_PORT_HTTP}:36677
|
||||
volumes:
|
||||
- "${DATA_PATH}:/root/.piclist"
|
||||
- ${DATA_PATH}:/root/.piclist
|
||||
command: node /usr/local/bin/picgo-server -k ${AUTH_KEY}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
createdBy: Apps
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user