1
0
Fork 0

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 and Cache
db: db:
image: mysql:8.0 image: mariadb:jammy
restart: unless-stopped restart: unless-stopped
networks: networks:
- internal - internal