forked from coop-cloud/rauthy
docs: host mode
This commit is contained in:
@ -32,6 +32,15 @@
|
||||
|
||||
* `abra app secret generate <app> -a`
|
||||
|
||||
### Host mode networking
|
||||
|
||||
You'll want to enable this in your Traefik configuration to avoid getting
|
||||
mistakenly rate limited based on internal ipv4 addresses (e.g. `10.0.0.6`).
|
||||
|
||||
```
|
||||
COMPOSE_FILE="$COMPOSE_FILE:compose.host.yml"
|
||||
```
|
||||
|
||||
### Deploy
|
||||
|
||||
* `abra app deploy <app>`
|
||||
|
||||
Reference in New Issue
Block a user