From ae6d3c2cdcf88197e3f220eb22582986743082b9 Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 8 Feb 2020 09:32:04 +0100 Subject: [PATCH] add update.sh --- update.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 update.sh diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..06bc583 --- /dev/null +++ b/update.sh @@ -0,0 +1,5 @@ +#!/bin/bash -e + +docker build -t registry.lubiland.de/unifi-controller unifi-controller/ +docker push registry.lubiland.de/unifi-controller +docker stack deploy -c docker-compose.yml --with-registry-auth unifi \ No newline at end of file