From 83070ab1210988c7b287e9d74918548d5a831535 Mon Sep 17 00:00:00 2001 From: Thumbscrew Date: Mon, 31 Jan 2022 22:55:25 +0000 Subject: [PATCH] add project to docker-compose command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 583c7e2..47b3114 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ echo "SuperSecretPassword" > secrets/nextcloud_admin_password.txt # Replace with 7. Bring up the containers! ```bash -sudo docker-compose up --build -d +sudo docker-compose -p nextcloud up --build -d ``` 8. (Optional) To enable some file previews copy [previews.config.php](nextcloud/previews.config.php) into your Nextcloud's `config` directory (replace `$volume` with the path you have set in the `VOLUME_PATH` environment variable):