Update reverse-proxy-traefik.md
include adding to traefik network
This commit is contained in:
parent
90d4bda70b
commit
b94f5b5963
1 changed files with 3 additions and 1 deletions
|
|
@ -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/).
|
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
|
### 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.
|
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
|
### Labels
|
||||||
To use labels with traefik you need to configure a [docker provider](https://doc.traefik.io/traefik/reference/install-configuration/providers/docker/).
|
To use labels with traefik you need to configure a [docker provider](https://doc.traefik.io/traefik/reference/install-configuration/providers/docker/).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue