summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJakob Reiter <jakommo@users.noreply.github.com>2017-06-25 13:10:28 +0200
committerGitHub <noreply@github.com>2017-06-25 13:10:28 +0200
commit6addbfaeb8deee93b8a36f0966dffbc259402e4b (patch)
tree3020ede056ff996b6789884021cb9616fb3ed4c4 /README.md
parenta0ad7ac1c79021f03452894e0276f9ac9349cc28 (diff)
Update README.md
Fixed FPM example docker-compose to actually use nextcloud:fpm image instead of the default apache one
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 450bc7db..89381714 100644
--- a/README.md
+++ b/README.md
@@ -150,7 +150,7 @@ services:
- MYSQL_USER=nextcloud
app:
- image: nextcloud
+ image: nextcloud:fpm
links:
- db
volumes: