Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-12-26 18:35:07 +00:00
parent 6e76ec840b
commit 787c46e0e1
7 changed files with 0 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
networks:
1panel-network:
external: true
services:
qinglong:
image: whyour/qinglong:2.20.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP:-5700}:5700
volumes:
- ${QINGLONG_ROOT_PATH}/data:/ql/data
environment:
- QlPort=5700
- QlBaseUrl=${QINGLONG_BASE_URL:-/}