From 57c4043f249006465ac665c479e12160674c5ea2 Mon Sep 17 00:00:00 2001 From: Ryan Herbert Date: Fri, 1 Jun 2018 15:15:29 +0100 Subject: [PATCH] Dockerfile restore uwsgi host It looks like we won't be running everything within a single container during testing after all. --- docker/vidjil/conf/nginx_web2py_http | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/vidjil/conf/nginx_web2py_http b/docker/vidjil/conf/nginx_web2py_http index 165ae7530..4a814c678 100644 --- a/docker/vidjil/conf/nginx_web2py_http +++ b/docker/vidjil/conf/nginx_web2py_http @@ -1,5 +1,5 @@ upstream uwsgi { - server localhost:8000; + server uwsgi:8000; } server { -- GitLab