libfic: avoid stange MYSQL_HOST variable, expect IP or DN
This commit is contained in:
parent
8131fda0e7
commit
41a3279bf8
3 changed files with 10 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Reference in a new issue