You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dev/contributing/setup.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ There are multiple methods to set up the Nextcloud development environment.
14
14
Follow the instructions in this repository, noting that the default username/password are admin/admin.<br>
15
15
Please pay attention to the warning from that repository:
16
16
> :warning: DO NOT USE THIS IN PRODUCTION Various settings in this setup are considered insecure and default passwords and secrets are used all over the place
17
-
1. There is also [this repository](https://github.com/christianlupus/nextcloud-docker-debug) that contains a configuration using docker-compose as well. This setup is tailored down to allow easy debugging and profiling of apps. The repository has an extensive documentation attached in form of a README file on how to setup.<br>
17
+
1. There is also [this repository](https://github.com/christianlupus/nextcloud-docker-debug) that contains a configuration using Docker Compose as well. This setup is tailored down to allow easy debugging and profiling of apps. The repository has an extensive documentation attached in form of a README file on how to setup.<br>
18
18
**This repository is only for development purposes. Do not use for productive usage!**
19
19
20
20
## Add Cookbook to your Nextcloud environment's apps directory
@@ -39,7 +39,7 @@ The easiest way might be to add a new line in this section after cloning [`nextc
39
39
```
40
40
You might need to adopt the path specification according to your local setup. Also note that docker-compose needs the correct indentation (spaces and no tabs!) to work well.
41
41
42
-
Be sure to recreate the containers after modifying `docker-compose.yml` using `docker-compose up -d`.
42
+
Be sure to recreate the containers after modifying `docker-compose.yml` using `dockercompose up -d`.
0 commit comments