[Docker] Pass FICCA env var to admin container to remove the WARNING about emptiness

Launch your docker-compose like that:
	42sh$ FICCA=`pwgen -1 20` docker-compose up
This commit is contained in:
Harish SEGAR 2018-05-15 21:14:35 +02:00 committed by Pierre-Olivier Mercier
parent 351cc5943a
commit 76c10e92a4
1 changed files with 1 additions and 0 deletions

View File

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