You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wordpress/content.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,13 @@ The following Docker Hub features can help with the task of keeping your depende
69
69
-[Automated Builds](https://docs.docker.com/docker-hub/builds/) let Docker Hub automatically build your Dockerfile each time you push changes to it.
70
70
-[Repository Links](https://docs.docker.com/docker-hub/builds/#repository-links) can ensure that your image is also rebuilt any time `%%REPO%%` is updated.
71
71
72
+
## Include pre-installed themes / plugins
73
+
74
+
Mount the volume containing your themes or plugins to the proper directory; and then apply them through the wp-admin webui. Ensure read/write/execute permissions are in place for the user.
75
+
76
+
- Themes go in a subdirectory in `/var/www/html/wp-content/themes/`
77
+
- Plugins go in a subdirectory in `/var/www/html/wp-content/plugins/`
78
+
72
79
## Running as an arbitrary user
73
80
74
81
See [the "Running as an arbitrary user" section of the `php` image documentation](https://hub.docker.com/_/php/).
0 commit comments