在docker-compose.yml中将gunicorn更改为bjoern

时间:2018-10-31 09:53:08

标签: docker docker-compose gunicorn bjoern

我有一项服务,通过docker-compose运行gunicorn。枪鱼角开始的部分是.yml文件中的以下行:

my-service:
    command: gunicorn my-service.wsgi:application --name=my-service --timeout=50 --workers=5 --bind=0.0.0.0:8080 --pythonpath=/my-service 

我的想法是停止使用Gunicorn,然后继续使用bjoern。有人可以帮助我修改我的内容吗?

非常感谢您的关注。

0 个答案:

没有答案
相关问题