summaryrefslogtreecommitdiff
path: root/openrc/joeac.net
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-25 11:29:12 +0100
committerJoe Carstairs <me@joeac.net>2026-06-25 11:29:12 +0100
commitd9692da89c91af2778e0c88eb8d58e8e7452d794 (patch)
treef0819597ef7592bf99c3b538cac22184b1c25b1b /openrc/joeac.net
parentfbbc8d2d8b20c421d978e9b6060f05dca8de76d8 (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-xopenrc/joeac.net2
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 $?
}