replaces 'stop' with 'down' to remove containers (so that they get

re-created with fresh images)
This commit is contained in:
2026-06-25 11:29:12 +01:00
parent fbbc8d2d8b
commit d9692da89c
+1 -1
View File
@@ -38,7 +38,7 @@ start() {
stop() { stop() {
ebegin "Stopping ${SVCNAME}" ebegin "Stopping ${SVCNAME}"
"${COMPOSECMD}" -f "${COMPOSEFILE}" stop --timeout=300 "${COMPOSECMD}" -f "${COMPOSEFILE}" down --timeout=300
eend $? eend $?
} }