Correct host facing ports on docker compose

This commit is contained in:
nolash
2021-02-10 19:50:34 +01:00
parent 98cdab4353
commit 0bdcb3b619
2 changed files with 8 additions and 5 deletions

View File

@@ -2,4 +2,5 @@
. /root/db.sh
/usr/local/bin/uwsgi --wsgi-file /usr/local/lib/python3.8/site-packages/cic_ussd/runnable/server.py --http :9000 --pyargv "-vv"
echo "pooooort $SERVER_PORT"
/usr/local/bin/uwsgi --wsgi-file /usr/local/lib/python3.8/site-packages/cic_ussd/runnable/server.py --http :$SERVER_PORT --pyargv "-vv"