File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,9 @@ Run this from root
1515docker-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
2122port: mysql:3306
2223username: 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 )
You can’t perform that action at this time.
0 commit comments