Removal of MYSQL_HOST reference

This commit is contained in:
Marwolf
2018-07-31 15:56:33 -04:00
parent e9c7e1c742
commit 31888b850d

View File

@@ -54,7 +54,7 @@ services:
- "8080:80" - "8080:80"
environment: environment:
- PMA_ARBITRARY=1 - PMA_ARBITRARY=1
- PMA_HOST=${MYSQL_HOST} - PMA_HOST=mysql
restart: always restart: always
depends_on: depends_on:
- mysqldb - mysqldb