diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2020-02-01 08:57:06 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2020-02-01 08:57:06 +0100 |
commit | ada3beb0a6c649bd9bfc6a87b2fe69ee8ae563f7 (patch) | |
tree | df74b326c096fad4d74b90988caed727c15847ef /docker/stop | |
download | fluxbb-ada3beb0a6c649bd9bfc6a87b2fe69ee8ae563f7.tar.xz |
initial checkin
Diffstat (limited to 'docker/stop')
-rwxr-xr-x | docker/stop | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docker/stop b/docker/stop new file mode 100755 index 0000000..732c654 --- /dev/null +++ b/docker/stop @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +pushd $(dirname $BASH_SOURCE) + +docker-compose down -v |