From 711a1dfcdc23ea7c64bacae9d1d79748c09b112f Mon Sep 17 00:00:00 2001 From: David Kebler Date: Sat, 1 Apr 2023 19:01:29 -0700 Subject: [PATCH] add restart --- restart | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 restart diff --git a/restart b/restart new file mode 100755 index 0000000..6c18257 --- /dev/null +++ b/restart @@ -0,0 +1,3 @@ +#!/bin/bash +docker-compose down +docker-compose up -d