1
0
Fork 0

feat(qinglong): change docker image to debian variant

- change image from `whyour/qinglong:2.20.0` to `whyour/qinglong:2.20.0-debian`
This commit is contained in:
pooneyy 2025-12-10 16:33:10 +08:00
parent 69c78f4b31
commit 56990193a4
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ networks:
services:
qinglong:
image: whyour/qinglong:2.20.0
image: whyour/qinglong:2.20.0-debian
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"