Docs(Docker): Add specific compose file to manage DNS containers instruction

This commit is contained in:
ArneBo 2024-10-11 09:44:29 +02:00
parent 11ce5302ba
commit bca5fcc1d3
1 changed files with 4 additions and 2 deletions

View File

@ -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`.
:::