Merge pull request #3696 from maxheadroom/patch-1

switch from MySQL docker images to MariaDB
This commit is contained in:
daniel 2022-12-01 20:50:43 -07:00 committed by GitHub
commit c1dc3ec928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ services:
## DB and Cache
db:
image: mysql:8.0
image: mariadb:jammy
restart: unless-stopped
networks:
- internal