Update reverse-proxy-traefik.md

include adding to traefik network
This commit is contained in:
Xerusion
2026-01-31 18:17:37 +07:00
committed by GitHub
parent 90d4bda70b
commit b94f5b5963

View File

@@ -11,10 +11,12 @@ Install Traefik via your preferred method. You can read the official [docker qui
You can setup auto renewing certificates with different kinds of [acme challenges](https://doc.traefik.io/traefik/reference/install-configuration/tls/certificate-resolvers/acme/).
### Router configurations
You only have to do any one of these methods.
Add tuwunel to your traefik's network.
Be sure to change the `your.server.name` to your actual tuwunel domain. and the `yourcertresolver` should be changed to whatever you named it in your traefik config.
You only have to do any one of these methods below.
### Labels
To use labels with traefik you need to configure a [docker provider](https://doc.traefik.io/traefik/reference/install-configuration/providers/docker/).