diff --git a/docs/developer/setup/docker.md b/docs/developer/setup/docker.md index dec994504..e05cb4e71 100644 --- a/docs/developer/setup/docker.md +++ b/docs/developer/setup/docker.md @@ -87,7 +87,9 @@ Then run the network services to access the running containers. Manage the networking services with regular [Compose life cycle commands](https://docs.docker.com/reference/cli/docker/compose/): - `config`, `ps`, `stop`, `rm`, `down`, … + ```sh + docker compose -f compose.net.yml `config`, `ps`, `stop`, `rm`, `down`, … + ``` 3. Add the DNS search domain for `~funkwhale.test` to your system. This allows your system to dereference our domain names `funkwhale.funkwhale.test`, `node1.funkwhale.test`, `node2.…`, `…` to the IP address of the Træfik reverse proxy listening at `172.17.0.1`. @@ -146,7 +148,7 @@ When everything works as expected, you can also access it at ::: :::{note} -If your `docker0` network has running containers presently attached to it, comment out the `net.helpers.docker0.yml` rule in `compose.net.yml`. +If your `docker0` network has running containers (other than funkwhale) already attached to it, comment out the `net.helpers.docker0.yml` rule in `compose.net.yml`. Then restart the networking stack with `docker compose -f compose.net.yml up -d`. :::