forked from mirror/pixelfed
Merge pull request #3696 from maxheadroom/patch-1
switch from MySQL docker images to MariaDB
This commit is contained in:
commit
c1dc3ec928
|
@ -55,7 +55,7 @@ services:
|
|||
|
||||
## DB and Cache
|
||||
db:
|
||||
image: mysql:8.0
|
||||
image: mariadb:jammy
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- internal
|
||||
|
|
Loading…
Reference in New Issue