0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-01 19:48:55 +02:00

Clarifying chain=forward setting when using reverse proxy

jonathanmmm 2019-05-03 10:08:18 +02:00
parent 5e633f23b2
commit d342830414

@ -47,6 +47,8 @@ Note: Docker uses the FORWARD chain instead of the default INPUT chain. Therefor
```
action = iptables-allports[name=bitwarden, chain=FORWARD]
```
**NOTE**:
Do not use this if you use a reverse proxy before docker container. If proxy, like apache2 or nginx is used, use the ports of the proxy and do not use chain=FORWARD, only when using Docker **without** proxy!
Feel free to change the options as you see fit.