docker-compose 部署不支持deploy解決

docker-compose 部署不支持deploy
docker-compose up 启动
提示如下:

WARNING: Some services (web) use the 'deploy' key, which will be ignored. Compose does not support 'deploy' configuration – use `docker stack deploy` to deploy to a swarm.

简单说就是不支持deploy节点配置,导致内存限制大小/cpu限制都无法生效。

解决办法

docker-compose --compatibility up

 

原创文章,作者:6024010,如若转载,请注明出处:https://blog.ytso.com/tech/pnotes/243921.html

(0)
上一篇 2022年4月11日 22:20
下一篇 2022年4月11日 22:20

相关推荐

发表回复

登录后才能评论