Dockerfile has typo in server proxy uri variable (#968)

* s/URL/URI/ in dockerfile

* Treat blank proxy uri as missing
This commit is contained in:
Joe Nelson
2017-09-09 15:58:37 -05:00
committed by GitHub
parent 893b66c969
commit 32117ba477
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ ENV PGRST_DB_URI= \
PGRST_DB_POOL=100 \
PGRST_SERVER_HOST=*4 \
PGRST_SERVER_PORT=3000 \
PGRST_SERVER_PROXY_URL= \
PGRST_SERVER_PROXY_URI= \
PGRST_JWT_SECRET= \
PGRST_SECRET_IS_BASE64=false \
PGRST_MAX_ROWS= \