v1.2.4z template (clean feature not done)

This commit is contained in:
2025-03-16 00:36:13 +08:00
parent 78f379b96d
commit 2adef191cb
12 changed files with 341 additions and 148 deletions

View File

@@ -63,6 +63,21 @@ services:
depends_on:
- redis
phpmyadmin:
image: phpmyadmin/phpmyadmin
container_name: qnc_phpmyadmin
restart: unless-stopped
environment:
PMA_HOST: qnc_mysql
PMA_PORT: 3306
PMA_USER: qnc
PMA_PASSWORD: 5vg67b3UNHu8
ports:
- "20004:80"
depends_on:
- mysql
networks:
- qnc_net
networks:
qnc_net: