libfic: avoid stange MYSQL_HOST variable, expect IP or DN

This commit is contained in:
nemunaire 2019-07-30 17:13:55 +02:00
commit 41a3279bf8
3 changed files with 10 additions and 5 deletions

View file

@ -31,7 +31,7 @@ services:
depends_on:
- mysql
environment:
- MYSQL_HOST=tcp(mysql:3306)
- MYSQL_HOST=mysql
- FICCA_PASS
fic-backend:
@ -49,7 +49,7 @@ services:
depends_on:
- mysql
environment:
- MYSQL_HOST=tcp(mysql:3306)
- MYSQL_HOST=mysql
fic-frontend:
build: