Skip to content

Commit cfaae58

Browse files
committed
added additional env variables to setup_env.sh
1 parent 7903694 commit cfaae58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.7'
33
services:
44
web:
55
image: ${WEB_IMAGE}
6-
command: gunicorn pythondjango.wsgi:application --bind 0.0.0.0:8000
6+
command: gunicorn pythondjango.wsgi:application --bind 174.138.52.28:8000
77
volumes:
88
- static_volume:/static
99
expose:

0 commit comments

Comments
 (0)