try target test_up

This commit is contained in:
Ulf Gebhardt 2022-01-25 21:57:55 +01:00
parent 6f6ba3a2e9
commit 42984772c5
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -22,7 +22,7 @@ services:
database:
build:
context: ./database
target: production_up
target: test_up
# restart: always # this is very dangerous, but worth a test for the delayed mariadb startup at first run
#########################################################