diff --git a/docs/developer/setup/docker.md b/docs/developer/setup/docker.md index 2d97757a6..207d2c3d3 100644 --- a/docs/developer/setup/docker.md +++ b/docs/developer/setup/docker.md @@ -174,7 +174,9 @@ containers. :::{tab-item} Mac - To set up `172.17.0.1` as the search domain for the `funkwhale.test` zone of your mac OS system, please follow the instructions at [macOS: Using Custom DNS Resolvers · vNinja.net] (https://vninja.net/2020/02/06/macos-custom-dns-resolvers/). + To set up `172.17.0.1` as the search domain for the `funkwhale.test` zone on + your mac OS system, please follow the instructions at + [macOS: Using Custom DNS Resolvers](https://vninja.net/2020/02/06/macos-custom-dns-resolvers/). For [Docker on Mac](https://docs.docker.com/desktop/install/mac-install/) you will also need to install and use [recap/docker-mac-routes](https://github.com/recap/docker-mac-routes) @@ -182,7 +184,8 @@ containers. For [OrbStack]() make sure: - - to configure the [Container IP ranges](https://docs.orbstack.dev/docker/network#container-ip-ranges) + - to configure the + [Container IP ranges](https://docs.orbstack.dev/docker/network#container-ip-ranges) of the Docker daemon to resemble the default Docker configuration. This helps to recreate the expected environment for DNS + HTTPS networking. E.g.: @@ -197,7 +200,8 @@ containers. } ``` - - to disable its [HTTPS for containers](https://docs.orbstack.dev/features/https) + - to disable its + [HTTPS for containers](https://docs.orbstack.dev/features/https) function, as we are supplying our own Træfik instance. ::: @@ -205,10 +209,15 @@ containers. :::: :::{hint} -You can now reach your Træfik dashboard at [http://172.17.0.1:8008/dashboard/](http://172.17.0.1:8008/dashboard/). The DNS server will answer requests to `172.17.0.1:53`. The SMTP MDA listens on `172.17.0.1:1025` and has a web interface at +You can now reach your Træfik dashboard at +[http://172.17.0.1:8008/dashboard/](http://172.17.0.1:8008/dashboard/). The DNS +server will answer requests to `172.17.0.1:53`. The SMTP MDA listens on +`172.17.0.1:1025` and has a web interface at [http://172.17.0.1:8025/](http://172.17.0.1:8025/) -When all works as expected, you can also access [https://traefik.funkwhale.test/dashboard/](https://traefik.funkwhale.test/dashboard/) and [https://mailpit.funkwhale.test/](https://mailpit.funkwhale.test/). +When all works as expected, you can also access +[https://traefik.funkwhale.test/dashboard/](https://traefik.funkwhale.test/dashboard/) +and [https://mailpit.funkwhale.test/](https://mailpit.funkwhale.test/). ::: :::{note}