diff --git a/docker/images/config.env b/docker/images/config.env index 2a4c2d4cd4..d6e4686405 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