summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh <josh.t.richards@gmail.com>2024-07-28 23:08:51 -0400
committerGitHub <noreply@github.com>2024-07-28 23:08:51 -0400
commit769d71f53fa9ebc0bfe409aa95e3d45cca3def39 (patch)
treeb9c3c0511defb3459632121ba3aec4a8c4e22ebb
parent1455de82d0fb4d585a745b590940edc9fbdc8793 (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index fdaec943..8ab2f252 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,8 @@ A safe home for all your data. Access & share your files, calendars, contacts, m
This image is designed to be used in a micro-service environment. It enables the deployment of the runtime container containing Nextcloud Server itself. That container needs to be surrounded by other services to make a full stack. We provide some [examples](.examples) stacks (via Docker Compose).
+The stated goal of this base image is adhere as closely as possible to the Nextcloud Server application itself's deployment methods as described in the official Nextcloud Server Admin Manual. Since we're intended to a be both a functional *and* base image for others to extend, there is some judgement involved when it comes to what to include in the image "by default." From time to time we do change our mind and expand things, but due to the diverse user base for this image, we tend to be fairly conservative by default in this area.
+
# How to use this image
There are two ways of deploying Nextcloud: via Apache/mod_php and via [insert your web server of choice]/php-fpm. There is a variation of the image for each approach. Docker tags are used for specifying your preferred image variant.