Merge pull request #3696 from maxheadroom/patch-1

switch from MySQL docker images to MariaDB
pull/3861/head
daniel 2 years ago committed by GitHub
commit c1dc3ec928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save