Fix: set HOMEPAGE_ALLOWED_HOSTS to specific domain
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
512edd4e42
commit
5eb4a2908d
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ services:
|
|||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
environment:
|
||||
HOSTNAME: "::"
|
||||
HOMEPAGE_ALLOWED_HOSTS: "optical-dev.oliver.solutions,localhost,127.0.0.1"
|
||||
HOMEPAGE_ALLOWED_HOSTS: "optical-dev.oliver.solutions"
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://127.0.0.1:3000/api/healthcheck || exit 1"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue