mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
Merge pull request #3212 from gradido/update_mariadb_image_name
fix(database): update mariadb image name
This commit is contained in:
commit
a66c9111d4
@ -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
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#########################################################################################################
|
||||
# mariadb server
|
||||
#########################################################################################################
|
||||
FROM mariadb/server:10.5 as mariadb_server
|
||||
FROM mariadb:10.5 as mariadb_server
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user