chore: mariadb update
This commit is contained in:
parent
c1866bacef
commit
2008cb13d7
1 changed files with 1 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
||||||
version: "3.9"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
container_name: "muffin_database"
|
container_name: "muffin_database"
|
||||||
image: mariadb:10.9.4
|
image: mariadb:11.4.2
|
||||||
volumes:
|
volumes:
|
||||||
- "./database/:/var/lib/mysql"
|
- "./database/:/var/lib/mysql"
|
||||||
- "/etc/localtime:/etc/localtime"
|
- "/etc/localtime:/etc/localtime"
|
||||||
|
|
Loading…
Reference in a new issue