在docker compose中,如果要停止,我想自动重启容器,我这样做:
deploy:
restart_policy:
condition: unless-stopped
但是有一个警告,它是一个docker swarm功能。
我怎么能不成群结队?