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 cfaae58 commit 394823aCopy full SHA for 394823a
docker-compose.ci.yml
@@ -41,7 +41,7 @@ services:
41
- "${NGINX_IMAGE}"
42
image: "${NGINX_IMAGE}"
43
ports:
44
- - "80:80"
+ - 80:80
45
volumes:
46
- static_volume:/static
47
depends_on:
docker-compose.prod.yml
@@ -3,7 +3,7 @@ version: '3.7'
3
services:
4
web:
5
image: ${WEB_IMAGE}
6
- command: gunicorn pythondjango.wsgi:application --bind 174.138.52.28:8000
+ command: gunicorn pythondjango.wsgi:application --bind 0.0.0.0:8000
7
8
9
expose:
@@ -33,7 +33,7 @@ services:
33
restart: always
34
image: ${NGINX_IMAGE}
35
36
- - "8080:8080"
37
38
39
0 commit comments