fix phpmyadmin port. closes #247

This commit is contained in:
Mahmoud Zalt 2016-08-24 00:43:11 +03:00
parent df1a019f75
commit 9fb50b2c6b

View File

@ -221,7 +221,7 @@ services:
volumes_from: volumes_from:
- volumes_data - volumes_data
ports: ports:
- "8000:80" - "8080:80"
links: links:
# for mysql container # for mysql container
- "mysql:db" - "mysql:db"