From 7e7d4df93b85bddd13957b2b131335bade205a4a Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 20 Oct 2021 13:14:32 +0200 Subject: [PATCH] docker-compose: remove optional quotes around environment variable Resolves #446 --- install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.rst b/install.rst index c7592f5e1..2c03932e1 100644 --- a/install.rst +++ b/install.rst @@ -160,7 +160,7 @@ To avoid having to install the database at all, you can run both it and the serv PGRST_DB_URI: postgres://app_user:password@db:5432/app_db PGRST_DB_SCHEMA: public PGRST_DB_ANON_ROLE: app_user #In production this role should not be the same as the one used for the connection - PGRST_OPENAPI_SERVER_PROXY_URI: "http://127.0.0.1:3000" + PGRST_OPENAPI_SERVER_PROXY_URI: http://127.0.0.1:3000 depends_on: - db db: