add project to docker-compose command

This commit is contained in:
James 2022-01-31 22:55:25 +00:00
parent cc8b88a3e9
commit 83070ab121
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ echo "SuperSecretPassword" > secrets/nextcloud_admin_password.txt # Replace with
7. Bring up the containers! 7. Bring up the containers!
```bash ```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): 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):