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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ cd /var/www/nextcloud/apps
29
29
git clone https://github.com/nextcloud/cookbook.git # you may want to clone your own fork if you are contributing pull requests
30
30
```
31
31
32
-
### Usage of the docker-compose file by juliushaertl
32
+
### Usage of [nextcloud-docker-dev](https://github.com/juliushaertl/nextcloud-docker-dev) by juliushaertl
33
33
34
34
If you installed via Docker, [the volumes section of the `docker-compose.yml`](https://github.com/juliushaertl/nextcloud-docker-dev/blob/2bbf26cc257081d9ed72abc947441849fca59dcd/docker-compose.yml#L68) shows that there are many options for specifying apps.
35
35
@@ -41,9 +41,9 @@ You might need to adopt the path specification according to your local setup. Al
41
41
42
42
Be sure to recreate the containers after modifying `docker-compose.yml` using `docker-compose up -d`.
43
43
44
-
### Usage of the docker-compose scripts by christianlupus
44
+
### Usage of [nextcloud-docker-debug](https://github.com/christianlupus/nextcloud-docker-debug) by christianlupus
45
45
46
-
The installation process is described in the README of the project. Feel free to contact the author in cases of problems.
46
+
The installation process is described in the README of that project. Feel free to contact the author in cases of problems.
0 commit comments