This commit is contained in:
Cold-Egg
2021-03-08 16:02:27 +08:00
parent e6cfccaf2a
commit f0a85ad8a8
9 changed files with 38 additions and 11 deletions
+1 -2
View File
@@ -1,7 +1,7 @@
version: '3'
services:
mysql:
image: mariadb:10.3.17
image: mariadb:10.5.9
command: --max_allowed_packet=256M
volumes:
- "./data/db:/var/lib/mysql:delegated"
@@ -33,7 +33,6 @@ services:
environment:
TZ: ${TimeZone}
phpmyadmin:
#image: bitnami/phpmyadmin:latest
image: bitnami/phpmyadmin:5.0.2-debian-10-r72
ports:
- 8080:80