summaryrefslogtreecommitdiff
path: root/docker/restart
diff options
context:
space:
mode:
Diffstat (limited to 'docker/restart')
-rwxr-xr-xdocker/restart6
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