Merge pull request #3212 from gradido/update_mariadb_image_name

fix(database): update mariadb image name
This commit is contained in:
einhornimmond 2023-10-05 08:57:07 +02:00 committed by GitHub
commit a66c9111d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ services:
context: ./mariadb
target: mariadb_server
environment:
- MARIADB_ALLOW_EMPTY_PASSWORD=1
- MARIADB_ALLOW_EMPTY_ROOT_PASSWORD=1
- MARIADB_USER=root
networks:
- internal-net

View File

@ -1,4 +1,4 @@
#########################################################################################################
# mariadb server
#########################################################################################################
FROM mariadb/server:10.5 as mariadb_server
FROM mariadb:10.5 as mariadb_server