How To Set Docker Do Not Auto Restart Posted on 2023-05-30 Edited on 2024-07-03 In Docker Views: Disqus: Symbols count in article: 189 Reading time ≈ 1 mins.Intro How To Set Docker Do Not Auto Restart這篇介紹How To Set Docker Do Not Auto Restart。在docker-compose.yml 設定123456services: {instance}: extends: file: services/xxx.yml service: xxx restart: "no"