diff --git a/docker-compose.production-simple.yml b/docker-compose.production-simple.yml index 5e5b5bfa..9e44b525 100644 --- a/docker-compose.production-simple.yml +++ b/docker-compose.production-simple.yml @@ -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: diff --git a/docker-compose.production.yml b/docker-compose.production.yml index b2d5eb4f..f6663313 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -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: