mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
switch from MySQL docker images to MariaDB
This seems to address some rare occasions where MySQL conversions causes issues as in https://github.com/pixelfed/pixelfed/issues/2989
This commit is contained in:
parent
99e56fb882
commit
7ba1efe6a9
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ services:
|
|||
|
||||
## DB and Cache
|
||||
db:
|
||||
image: mysql:8.0
|
||||
image: mariadb:jammy
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- internal
|
||||
|
|
Loading…
Reference in a new issue