alexcheng1982 / docker-magento2

Docker image for Magento Open Source 2
MIT License
382 stars 256 forks source link

Wrong PhpMyAdmin port in README.md #9

Closed techiedesu closed 6 years ago

techiedesu commented 6 years ago

Wrong PhpMyAdmin port in README.md.

docker-compose.yml

phpmyadmin:
    image: phpmyadmin/phpmyadmin
    ports:
      - "8580:80"

README.md

### Database

...
The default URL for phpMyAdmin is `http://localhost:8085`. 
Use MySQL username and password to log in.
...