https://github.com/ngthucdotcom/mysql-myadmin-docker
https://github.com/ngthucdotcom/mysql-myadmin-docker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ngthucdotcom/mysql-myadmin-docker
- Owner: ngthucdotcom
- License: mit
- Created: 2020-03-05T04:10:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T02:24:12.000Z (about 6 years ago)
- Last Synced: 2025-02-27T23:41:07.338Z (over 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MySQL phpMyAdmin
## Required
* Docker
* Docker compose
## Usage
* Run docker compose
```shell
docker-compose up
```
* Access to [localhost:8081](http://localhost:8081/) or connect to default setting (localhost:3306)
* Login with username 'root' and password 'root'