docs icon indicating copy to clipboard operation
docs copied to clipboard

`COMPOSE_IGNORE_ORPHANS=1` does not work (Docker

Open akauppi opened this issue 3 years ago • 0 comments

File: compose/reference/envvars.md

COMPOSE_IGNORE_ORPHANS When enabled, Compose doesn’t try to detect orphaned containers for the project.

Supported values: true or 1, to enable, false or 0, to disable. Defaults to: 0.

Reality:

  • only true works, 1 doesn't

I did not want to suggest a change to the docs since I don't know if the implementation - or the docs - are at fault.

akauppi avatar Sep 21 '22 07:09 akauppi