restart database project

This commit is contained in:
Ulf Gebhardt 2021-11-04 01:08:39 +01:00
parent 1f4058e5e5
commit aa40d4efbf
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -34,6 +34,7 @@ services:
- 3306:3306 - 3306:3306
volumes: volumes:
- db_test_vol:/var/lib/mysql - db_test_vol:/var/lib/mysql
restart: always # this is very dangerous, but worth a test for the delayed mariadb startup at first run
######################################################### #########################################################
## LOGIN SERVER ######################################### ## LOGIN SERVER #########################################