1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-17 21:28:30 +01:00

Update to linuxserver mariadb in docker compose files

This commit is contained in:
Kovah 2021-03-23 20:48:12 +01:00
parent b005866397
commit 20a1385693
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ services:
# --- MariaDB
db:
image: mariadb:10.5
image: linuxserver/mariadb:10.5
restart: unless-stopped
command: mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_bin
environment:

View File

@ -4,7 +4,7 @@ services:
# --- MariaDB
db:
image: mariadb:10.5
image: linuxserver/mariadb:10.5
restart: unless-stopped
command: mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_bin
environment: