add traefik network example
This commit is contained in:
parent
b94f5b5963
commit
6e87758cf6
1 changed files with 11 additions and 0 deletions
|
|
@ -13,6 +13,17 @@ You can setup auto renewing certificates with different kinds of [acme challenge
|
|||
### Router configurations
|
||||
Add tuwunel to your traefik's network.
|
||||
|
||||
```yaml
|
||||
services:
|
||||
tuwunel:
|
||||
# ...
|
||||
networks:
|
||||
- proxy # your traefik network name
|
||||
networks:
|
||||
proxy: # your traefik network name
|
||||
external: true
|
||||
```
|
||||
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue