Commit 9fb50b2c authored by Mahmoud Zalt's avatar Mahmoud Zalt

fix phpmyadmin port. closes #247

parent df1a019f
...@@ -221,7 +221,7 @@ services: ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment