mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 11:23:13 +00:00
fix: use new app address
This commit is contained in:
parent
d572ea2193
commit
ad73257649
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ http {
|
||||||
|
|
||||||
upstream pokeapi_upstream {
|
upstream pokeapi_upstream {
|
||||||
# 'app' is the Django container name in Docker
|
# 'app' is the Django container name in Docker
|
||||||
server app:8000 fail_timeout=0;
|
server app:80 fail_timeout=0;
|
||||||
}
|
}
|
||||||
|
|
||||||
upstream graphql_upstream {
|
upstream graphql_upstream {
|
||||||
|
|
Loading…
Reference in a new issue