mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-12 08:43:55 +02:00
Update configuring-playbook-own-webserver.md
Change documentation for host bind port when fronting traefik with another reverse proxy
This commit is contained in:
parent
0452619820
commit
ffff236167
@ -138,8 +138,8 @@ devture_traefik_container_web_host_bind_port: '127.0.0.1:81'
|
|||||||
|
|
||||||
devture_traefik_additional_entrypoints_auto:
|
devture_traefik_additional_entrypoints_auto:
|
||||||
- name: matrix-federation
|
- name: matrix-federation
|
||||||
port: "{{ matrix_federation_public_port }}"
|
port: 8449
|
||||||
host_bind_port: "127.0.0.1:{{ matrix_federation_public_port }}"
|
host_bind_port: '127.0.0.1:8449'
|
||||||
config: {}
|
config: {}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user