Use correct container name

This commit is contained in:
app 2022-09-19 03:57:24 +00:00
parent 5446daa87f
commit 5b64c4ee15
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
upstream gmba_django {
server gmba_django_nginx_1:8000;
server web:8000;
}
server {