docs: host mode

This commit is contained in:
2025-07-14 15:02:35 +02:00
parent 24d85d5378
commit 97d2071afa

View File

@ -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>`