Skip to content

Commit 840c03e

Browse files
Link to nextcloud-docker-{dev,debug}
I wanted to setup my development environment on a different computer, and reading this section, it seemed that the `docker-compose.yml` by christianlupus was in this repository. Singed-off-by: Marcel Robitaille <[email protected]> Signed-off-by: Marcel Robitaille <[email protected]>
1 parent c8e25b7 commit 840c03e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/dev/contributing/setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cd /var/www/nextcloud/apps
2929
git clone https://github.com/nextcloud/cookbook.git # you may want to clone your own fork if you are contributing pull requests
3030
```
3131

32-
### Usage of the docker-compose file by juliushaertl
32+
### Usage of [nextcloud-docker-dev](https://github.com/juliushaertl/nextcloud-docker-dev) by juliushaertl
3333

3434
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.
3535

@@ -41,9 +41,9 @@ You might need to adopt the path specification according to your local setup. Al
4141

4242
Be sure to recreate the containers after modifying `docker-compose.yml` using `docker-compose up -d`.
4343

44-
### Usage of the docker-compose scripts by christianlupus
44+
### Usage of [nextcloud-docker-debug](https://github.com/christianlupus/nextcloud-docker-debug) by christianlupus
4545

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.
4747

4848
## Install PHP dependencies
4949

0 commit comments

Comments
 (0)