From c91e2d13c05e70ed1ce676e2986869e724169367 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sun, 6 Feb 2022 23:40:04 +0100 Subject: [PATCH] :paperclip: Add temporal workaround on config.env file --- docker/images/config.env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/images/config.env b/docker/images/config.env index 2a4c2d4cd..d6e468640 100644 --- a/docker/images/config.env +++ b/docker/images/config.env @@ -1,6 +1,9 @@ # Should be set to the public domain where penpot is going to be served. PENPOT_PUBLIC_URI=http://localhost:9001 +# Temporal workaround because of bad builtin default +PENPOT_HTTP_SERVER_HOST=0.0.0.0 + # Standard database connection parameters (only postgresql is supported): PENPOT_DATABASE_URI=postgresql://penpot-postgres/penpot PENPOT_DATABASE_USERNAME=penpot