diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-25 11:29:12 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-25 11:29:12 +0100 |
| commit | d9692da89c91af2778e0c88eb8d58e8e7452d794 (patch) | |
| tree | f0819597ef7592bf99c3b538cac22184b1c25b1b /openrc/joeac.net | |
| parent | fbbc8d2d8b20c421d978e9b6060f05dca8de76d8 (diff) | |
replaces 'stop' with 'down' to remove containers (so that they get
re-created with fresh images)
Diffstat (limited to 'openrc/joeac.net')
| -rwxr-xr-x | openrc/joeac.net | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openrc/joeac.net b/openrc/joeac.net index 83e9566..3e67520 100755 --- a/openrc/joeac.net +++ b/openrc/joeac.net @@ -38,7 +38,7 @@ start() { stop() { ebegin "Stopping ${SVCNAME}" - "${COMPOSECMD}" -f "${COMPOSEFILE}" stop --timeout=300 + "${COMPOSECMD}" -f "${COMPOSEFILE}" down --timeout=300 eend $? } |
