Fix variable typo
This commit is contained in:
parent
a125c3b29d
commit
03197b5bd2
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ To tell the playbook that you're running a Traefik instance and you'd still like
|
||||||
```yml
|
```yml
|
||||||
# Tell the playbook you're using Traefik installed in another way.
|
# Tell the playbook you're using Traefik installed in another way.
|
||||||
# It won't bother installing Traefik.
|
# It won't bother installing Traefik.
|
||||||
nextcloud_playbook_reverse_proxy_type: other-traefik-container
|
mash_playbook_reverse_proxy_type: other-traefik-container
|
||||||
|
|
||||||
# Tell the playbook to attach services which require reverse-proxying to an additional network by default (e.g. traefik)
|
# Tell the playbook to attach services which require reverse-proxying to an additional network by default (e.g. traefik)
|
||||||
# This needs to match your Traefik network.
|
# This needs to match your Traefik network.
|
||||||
|
|
Loading…
Add table
Reference in a new issue