Commit 849be49
authored
Add --remove-orphans to the deploy step (#368)
docker compose up -d alone leaves containers running for services that
were removed from docker-compose.yml -- it only affects services still
defined in the file. This is exactly what happened when #367 dropped
the pypi/netmon services: their containers kept running untouched
(netmon crash-looping) until a reboot surfaced it, at which point they
just came back via each container's own restart policy. --remove-orphans
makes 'docker compose up -d' actually reconcile to match the file.1 parent 4cd0e46 commit 849be49
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
0 commit comments