Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Blüm <marius@lineone.io>2019-01-19 16:15:43 +0300
committerGitHub <noreply@github.com>2019-01-19 16:15:43 +0300
commit231ac2103b42920c60dd02382f91ea505106be8b (patch)
tree6180baa2163da8fc88d6da320562cd49624234aa /install-instructions-server.php
parent7c0c756bdbd433aa898fd45d3b9985056d21410c (diff)
[papercut] Snap description style update
Signed-off-by: Marius Blüm <marius@lineone.io>
Diffstat (limited to 'install-instructions-server.php')
-rw-r--r--install-instructions-server.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-instructions-server.php b/install-instructions-server.php
index 0df62d48..cfbc4b0e 100644
--- a/install-instructions-server.php
+++ b/install-instructions-server.php
@@ -125,7 +125,7 @@
<div class="row">
<div class="col-md-6">
<h5><?php echo $l->t('Docker image');?></h5>
- <p><?php echo $l->t('Several Nextcloud community members maintain a Docker image. It supports a wide range of architectures and releases, features Apache/FPM, NGINX, various databases and more.');?></p>
+ <p><?php echo $l->t('Several Nextcloud community members maintain a Docker image. It supports a wide range of architectures, releases, various webservers, databases and more.');?></p>
<p><a class="button button--blue" href="https://hub.docker.com/_/nextcloud/" target="_blank"><?php echo $l->t('Get Docker image');?></a></p>
<p><a class="hyperlink" href="https://github.com/nextcloud/docker" target="_blank"><?php echo $l->t('Find source here');?></a>.</p>
</div>