🗃️ switch to mariadb
This commit is contained in:
parent
04a9b99d05
commit
e98ab33314
@ -21,14 +21,12 @@ services:
|
||||
volumes:
|
||||
- ghost:/var/lib/ghost/content
|
||||
db:
|
||||
image: mysql:8.0
|
||||
image: mariadb:11
|
||||
restart: always
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: ${DB_PASSWORD}
|
||||
volumes:
|
||||
- mysql:/var/lib/mysql
|
||||
- mariadb:/var/lib/mysql
|
||||
volumes:
|
||||
ghost:
|
||||
mysql:
|
||||
|
||||
|
||||
mariadb:
|
||||
|
Loading…
x
Reference in New Issue
Block a user