File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -7,28 +7,29 @@ Learn more docker compose <a href="https://docs.docker.com/compose/overview/" ta
7
7
## PLayground
8
8
9
9
1 . Clone this repository
10
-
10
+ ```
11
11
git clone git@github.com:fuadajip/dockercompose-mysql-phpmyadmin.git
12
+ ```
12
13
13
14
2 . Change to directory
14
-
15
+ ``` shell
15
16
cd dockercompose-mysql-phpmyadmin
16
-
17
+ ```
17
18
3 . Up the compose
18
-
19
+ ```
19
20
docker-compose up -d
20
-
21
+ ```
21
22
4 . Access phpmyadmin
22
-
23
+ ```
23
24
your_ip:8183
24
25
Server: mysql
25
26
Username: root/user
26
27
Password: root/user
27
-
28
+ ```
28
29
5 . Access mysql on terminal
29
-
30
+ ```
30
31
docker exec -it mysql_container_name mysql -u root -p
31
-
32
+ ```
32
33
## Docker phpmyadmin ENV
33
34
<table >
34
35
<tr >
@@ -49,4 +50,4 @@ Learn more docker compose <a href="https://docs.docker.com/compose/overview/" ta
49
50
<a href =" https://hub.docker.com/r/phpmyadmin/phpmyadmin/ " target =" _blank " >READ HERE</a >
50
51
51
52
## 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 >
You can’t perform that action at this time.
0 commit comments