File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -99,3 +99,6 @@ Setting the `COMPOSE_FILE` environment variable is equivalent to passing the `-f
99
99
and so does `COMPOSE_PROFILES` environment variable for to the `--profiles` flag.
100
100
101
101
If flags are explicitly set on command line, associated environment variable is ignored
102
+
103
+ Setting the `COMPOSE_IGNORE_ORPHANS` environment variable to `true` will stop docker compose from detecting orphaned
104
+ containers for the project.
Original file line number Diff line number Diff line change @@ -98,6 +98,9 @@ long: |-
98
98
and so does `COMPOSE_PROFILES` environment variable for to the `--profiles` flag.
99
99
100
100
If flags are explicitly set on command line, associated environment variable is ignored
101
+
102
+ Setting the `COMPOSE_IGNORE_ORPHANS` environment variable to `true` will stop docker compose from detecting orphaned
103
+ containers for the project.
101
104
usage : docker compose
102
105
pname : docker
103
106
plink : docker.yaml
You can’t perform that action at this time.
0 commit comments