mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 06:14:17 +00:00
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
|
||||
# Tell the playbook you're using Traefik installed in another way.
|
||||
# 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)
|
||||
# This needs to match your Traefik network.
|
||||
|
|
Loading…
Reference in a new issue