Skip to content

Instantly share code, notes, and snippets.

@McFateM
Last active February 20, 2018 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save McFateM/0033663f7deed79e445756e5ad9b6527 to your computer and use it in GitHub Desktop.
Save McFateM/0033663f7deed79e445756e5ad9b6527 to your computer and use it in GitHub Desktop.
ISLE docker-compose.yml - 1.1 - Define the 'myadmin' service
Description:
PHPMyAdmin is a MySQL administration GUI. It's helpful for me!
Configuration:
None required. This section of the docker-compose.yml requires no modifications.
Use:
Connect to this container at http://<host IP>:8081.
You will be prompted for credentials. The SQL host is "mysql" and user is "root" with password as set in the mysql:environment (See 1.2.4.1 - https://gist.github.com/McFateM/2f38ab6fa9159c1d4c7cb1199f674bf0) section.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment