diff options
Diffstat (limited to 'docker/restart')
-rwxr-xr-x | docker/restart | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/restart b/docker/restart new file mode 100755 index 0000000..06c6aa5 --- /dev/null +++ b/docker/restart @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +pushd $(dirname $BASH_SOURCE) + +./stop +./start |