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