Go back to *4 host for docker

127.0.0.1 cause issues on macos/windows
This commit is contained in:
steve-chavez
2018-08-23 13:03:12 -05:00
parent 8cf68c63d9
commit 6907e7f979
+1 -1
View File
@@ -28,7 +28,7 @@ ENV PGRST_DB_URI= \
PGRST_DB_SCHEMA=public \
PGRST_DB_ANON_ROLE= \
PGRST_DB_POOL=100 \
PGRST_SERVER_HOST="127.0.0.1" \
PGRST_SERVER_HOST=*4 \
PGRST_SERVER_PORT=3000 \
PGRST_SERVER_PROXY_URI= \
PGRST_JWT_SECRET= \