Skip to content

Commit ad73257

Browse files
committed
fix: use new app address
1 parent d572ea2 commit ad73257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ http {
3737

3838
upstream pokeapi_upstream {
3939
# 'app' is the Django container name in Docker
40-
server app:8000 fail_timeout=0;
40+
server app:80 fail_timeout=0;
4141
}
4242

4343
upstream graphql_upstream {

0 commit comments

Comments
 (0)