Fix Mysql host to point to right service name
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2020-11-06 12:31:22 +01:00
parent 8482b3cece
commit b49c8e9740
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export FOODCOOP_TIME_ZONE=Amsterdam
export FOODCOOP_FOOTER="<a href="https://biobulkbende.org/">Biobulkbende</a> hosted by <a href="https://autonomic.zone">Autonomic Cooperative</a>."
export MYSQL_NAME=foodsoft
export MYSQL_HOST=mariadb
export MYSQL_HOST=db
export MYSQL_PORT=3306
export MYSQL_USER=foodsoft