Skip to content

Commit 5c8693f

Browse files
authored
Codes/Commands Highlighted
1 parent f74fd10 commit 5c8693f

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,29 @@ Learn more docker compose <a href="https://docs.docker.com/compose/overview/" ta
77
## PLayground
88

99
1. Clone this repository
10-
10+
```
1111
git clone git@github.com:fuadajip/dockercompose-mysql-phpmyadmin.git
12+
```
1213

1314
2. Change to directory
14-
15+
```shell
1516
cd dockercompose-mysql-phpmyadmin
16-
17+
```
1718
3. Up the compose
18-
19+
```
1920
docker-compose up -d
20-
21+
```
2122
4. Access phpmyadmin
22-
23+
```
2324
your_ip:8183
2425
Server: mysql
2526
Username: root/user
2627
Password: root/user
27-
28+
```
2829
5. Access mysql on terminal
29-
30+
```
3031
docker exec -it mysql_container_name mysql -u root -p
31-
32+
```
3233
## Docker phpmyadmin ENV
3334
<table>
3435
<tr>
@@ -49,4 +50,4 @@ Learn more docker compose <a href="https://docs.docker.com/compose/overview/" ta
4950
<a href="https://hub.docker.com/r/phpmyadmin/phpmyadmin/" target="_blank">READ HERE</a>
5051

5152
## For more information about mysql ENV
52-
<a href="https://hub.docker.com/_/mysql/" target="_blank">READ HERE</a>
53+
<a href="https://hub.docker.com/_/mysql/" target="_blank">READ HERE</a>

0 commit comments

Comments
 (0)