From 6addbfaeb8deee93b8a36f0966dffbc259402e4b Mon Sep 17 00:00:00 2001 From: Jakob Reiter Date: Sun, 25 Jun 2017 13:10:28 +0200 Subject: [PATCH] Update README.md Fixed FPM example docker-compose to actually use nextcloud:fpm image instead of the default apache one --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 450bc7d..8938171 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ services: - MYSQL_USER=nextcloud app: - image: nextcloud + image: nextcloud:fpm links: - db volumes: