From 226a49e781f7fc48e0f55d56c2afc057d562ae60 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 11 Sep 2024 09:11:31 +0200 Subject: [PATCH] wip #7073 @0:20 --- update | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/update b/update index b8be9ac..19b21c3 100644 --- a/update +++ b/update @@ -16,6 +16,7 @@ chmod 755 ./ssh chmod 600 ./ssh/id_rsa chmod 755 ./bin/* DOCKER_BUILDKIT=1 docker compose build -docker compose down +docker compose down -v docker compose up -d -/docker/nginxproxy/update \ No newline at end of file +/docker/nginxproxy/update +if command -v ufw-docker &> /dev/null; then ufw-docker allow fluidbook-hosting-loadbalancer; fi \ No newline at end of file -- 2.39.5