Skip to content

Commit b05214f

Browse files
committed
Update readme
1 parent d36da72 commit b05214f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ Run this from root
1515
docker-compose -f backend/docker-compose.yml up -d
1616
```
1717

18-
WordPress Backend will be available on [http://localhost:8020](http://localhost:8020)
19-
*PhpMyAdmin*: You can access php myadmin on [http://localhost:8183](http://localhost:8183)
18+
*WordPress Backend* will be available on [http://localhost:8020](http://localhost:8020)
19+
20+
*[phpMyAdmin](https://github.com/phpmyadmin/phpmyadmin)*: You can access php myadmin on [http://localhost:8183](http://localhost:8183)
2021
```shell script
2122
port: mysql:3306
2223
username: root
@@ -104,3 +105,7 @@ RewriteRule . /index.php [L]
104105

105106
# END WordPress
106107
```
108+
109+
## References for Docker Images.
110+
111+
1. [phpMyAdmin](https://github.com/fuadajip/dockercompose-mysql-phpmyadmin/blob/master/docker-compose.yml)

0 commit comments

Comments
 (0)