Small text improvements

To not confuse Traefik with Traefik's concept of a router
This commit is contained in:
Andreas Svanberg 2024-10-30 16:08:27 +01:00
parent b4b56ec33d
commit a6d2d4cc85

@ -34,7 +34,7 @@ There are many specifics that you have to adhere to in the Compose file used tha
The complete URL where the system can be accessed.
## Compose file
On branch.dsv.su.se there is a [Traefik router](https://traefik.io/traefik/) running in the Docker environment that takes care of routing traffic to your containers based on the HTTP host used. As such, your containers should *not* have host port bindings.
On branch.dsv.su.se there is a [Traefik proxy](https://traefik.io/traefik/) running in the Docker environment that takes care of routing traffic to your containers based on the HTTP host used. As such, your containers should *not* have host port bindings.
> [!IMPORTANT]
> Your containers should *not* have host port bindings.