We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d572ea2 commit ad73257Copy full SHA for ad73257
Resources/nginx/nginx.conf
@@ -37,7 +37,7 @@ http {
37
38
upstream pokeapi_upstream {
39
# 'app' is the Django container name in Docker
40
- server app:8000 fail_timeout=0;
+ server app:80 fail_timeout=0;
41
}
42
43
upstream graphql_upstream {
0 commit comments