1
0

chore(deps): update whyour/qinglong docker tag to v2.20.2 (localApps) (#4298)

This commit is contained in:
renovate[bot]
2026-03-02 04:19:13 +00:00
committed by GitHub
parent d10ea284af
commit 30744e7b7e
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
networks:
1panel-network:
external: true
services:
qinglong:
image: whyour/qinglong:2.20.2-debian
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:-/}