Skip to content

Commit b6176c4

Browse files
committed
Higlighted markdown
1 parent f74fd10 commit b6176c4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@ Learn more docker compose <a href="https://docs.docker.com/compose/overview/" ta
88

99
1. Clone this repository
1010

11-
git clone git@github.com:fuadajip/dockercompose-mysql-phpmyadmin.git
11+
`git clone git@github.com:fuadajip/dockercompose-mysql-phpmyadmin.git`
1212

1313
2. Change to directory
1414

15-
cd dockercompose-mysql-phpmyadmin
15+
`cd dockercompose-mysql-phpmyadmin`
1616

1717
3. Up the compose
1818

19-
docker-compose up -d
19+
`docker-compose up -d`
2020

2121
4. Access phpmyadmin
2222

23-
your_ip:8183
23+
`your_ip:8183
2424
Server: mysql
2525
Username: root/user
26-
Password: root/user
26+
Password: root/user`
2727

2828
5. Access mysql on terminal
2929

30-
docker exec -it mysql_container_name mysql -u root -p
30+
`docker exec -it mysql_container_name mysql -u root -p`
3131

3232
## Docker phpmyadmin ENV
3333
<table>

0 commit comments

Comments
 (0)