diff --git a/nginx/nginx.conf b/nginx/nginx.conf index fb00a35..cba2000 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -7,7 +7,7 @@ server { listen 80; location / { - proxy_pass http://localhost:8000; + proxy_pass http://app:8000; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr;