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