mirror of
https://github.com/Thumbscrew/nextcloud-docker-compose.git
synced 2025-01-18 17:45:46 +00:00
add project to docker-compose command
This commit is contained in:
parent
cc8b88a3e9
commit
83070ab121
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user