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 7903694 commit cfaae58Copy full SHA for cfaae58
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 0.0.0.0:8000
+ command: gunicorn pythondjango.wsgi:application --bind 174.138.52.28:8000
7
volumes:
8
- static_volume:/static
9
expose:
0 commit comments