Add HOMEPAGE_ALLOWED_HOSTS to docker-compose.yml to fix Host validation failed error
Some checks failed
Build & Push Docker Image to Gitea Registry / build-and-push (push) Has been cancelled

This commit is contained in:
Kroonk
2026-07-01 17:25:47 +02:00
parent 4cddac67dd
commit 16176575b3

View File

@@ -5,6 +5,8 @@ services:
restart: unless-stopped
ports:
- "8085:3000"
environment:
HOMEPAGE_ALLOWED_HOSTS: mischlabs.de,www.mischlabs.de,192.168.178.88,192.168.178.88:8085,localhost,127.0.0.1
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /volume1:/host/volume1:ro
@@ -15,3 +17,4 @@ services:
volumes:
mischlabs_data: