mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 12:01:52 -07:00
docs: include port in allowed hosts config
This commit is contained in:
parent
42cda0b1d6
commit
1440bce3a1
3 changed files with 5 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue