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
Some checks failed
Build & Push Docker Image to Gitea Registry / build-and-push (push) Has been cancelled
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user