summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarc Brückner <phoenix_exe@web.de>2016-10-07 13:51:26 +0200
committerGitHub <noreply@github.com>2016-10-07 13:51:26 +0200
commitbc52d7d146004b589d4e5aba7c6942e9ae93da7a (patch)
treedfd74240b297adc50cc22d6bbca1e58313e0301b /README.md
parent27a65a50127147c50642de4a2d6d0dd4444c2052 (diff)
Updated image source to show the logo in Dockerhub
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 126c9e6a..1bf03d19 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ What is Nextcloud?
A safe home for all your data. Access & share your files, calendars, contacts, mail & more from any device, on your terms.
-![logo](https://github.com/nextcloud/docker/blob/master/logo.png)
+![logo](https://github.com/nextcloud/docker/raw/master/logo.png)
# How to use this image
This image is designed to be used in a micro-service environment. It consists of the Nextcloud installation in an [php-fpm](https://hub.docker.com/_/php/) container. To use this image it must be combined with any webserver that can proxy the http requests to the FastCGI-port of the container.