0
(https://docs.docker.com/compose/compose-file/#restart)この再起動オプションが与えられている:docker-compose.yml:再起動の「いいえ」に引用符を付ける必要があるのはなぜですか?ドッキングウィンドウ-COMPOSE用ドッキングウィンドウのドキュメントで
restart: "no"
restart: always
restart: on-failure
restart: unless-stopped
私は思ったんだけど、なぜ「なし」ではない引用符や他のオプションでなければなりませんか? docker-composeはno
で開始できません。