From 3ab0270c4e6d21b75890666a7286795d60cdbae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Br=C3=BCckner?= Date: Wed, 26 Apr 2017 13:18:40 +0200 Subject: [PATCH] Fix wrong use of --pull --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ea8005f..64ad7c16 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,8 @@ $ docker run -d nextcloud When using docker-compose: ```console -$ docker-compose up -d --pull +$ docker-compose pull +$ docker-compose up -d ```