docs: include port in allowed hosts config

This commit is contained in:
Gabe Farrell 2025-06-14 11:14:49 -04:00
parent 42cda0b1d6
commit 1440bce3a1
3 changed files with 5 additions and 5 deletions

View file

@ -39,7 +39,7 @@ services:
- db
environment:
- KOITO_DATABASE_URL=postgres://postgres:secret_password@db:5432/koitodb
- KOITO_ALLOWED_HOSTS=koito.example.com,192.168.0.100
- KOITO_ALLOWED_HOSTS=koito.example.com,192.168.0.100:4110
ports:
- "4110:4110"
volumes: