replaces 'stop' with 'down' to remove containers (so that they get
re-created with fresh images)
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ start() {
|
||||
|
||||
stop() {
|
||||
ebegin "Stopping ${SVCNAME}"
|
||||
"${COMPOSECMD}" -f "${COMPOSEFILE}" stop --timeout=300
|
||||
"${COMPOSECMD}" -f "${COMPOSEFILE}" down --timeout=300
|
||||
eend $?
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user