mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
Merge remote-tracking branch 'origin/update_mariadb_image_name' into 3187-feature-x-sendcoind-23-invoke-settlement-of-x-pending-tx
This commit is contained in:
commit
04e6a7b0d0
@ -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