revert docker-compose.yml

This commit is contained in:
Code-Egg
2026-01-14 16:30:27 +08:00
parent 7ffe1b1547
commit 9c15e82d30
+3 -3
View File
@@ -1,6 +1,6 @@
services:
mariadb:
image: mariadb:11.8
mysql:
image: mariadb:11.4
logging:
driver: none
command: ["--max-allowed-packet=512M"]
@@ -43,7 +43,7 @@ services:
ports:
- 8080:80
environment:
PMA_HOST: mariadb
PMA_HOST: mysql
restart: always
networks:
- default