File tree 1 file changed +7
-2
lines changed
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
15
15
docker-compose -f backend/docker-compose.yml up -d
16
16
```
17
17
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 )
20
21
``` shell script
21
22
port: mysql:3306
22
23
username: root
@@ -104,3 +105,7 @@ RewriteRule . /index.php [L]
104
105
105
106
# END WordPress
106
107
```
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