From ee0bd9c852d855d89e470375fe342e35d8d8532a Mon Sep 17 00:00:00 2001 From: drunkendog Date: Fri, 23 Sep 2022 17:13:19 +0100 Subject: [PATCH] Add 'scripts/gotify/launch-docker.sh' --- scripts/gotify/launch-docker.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/gotify/launch-docker.sh diff --git a/scripts/gotify/launch-docker.sh b/scripts/gotify/launch-docker.sh new file mode 100644 index 0000000..91c475a --- /dev/null +++ b/scripts/gotify/launch-docker.sh @@ -0,0 +1,4 @@ +docker run --net main_subnet --ip 172.30.4.1 \ + -v /opt/gotify/data:/app/data \ + --restart unless-stopped \ + gotify/server \ No newline at end of file