belongs to another branch

This commit is contained in:
einhornimmond 2024-11-21 16:26:10 +01:00
parent f3b059d047
commit a443401429
2 changed files with 4 additions and 1 deletions

View File

@ -93,6 +93,9 @@ services:
#########################################################
mariadb:
image: gradido/mariadb:test
environment:
- MARIADB_ALLOW_EMPTY_ROOT_PASSWORD=1
- MARIADB_USER=root
networks:
- internal-net
- external-net

View File

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