Getting gunicorn to run on a different port



As simple as using the following command :-


gunicorn --bind 0.0.0.0:8888 FalconRestService:api

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm