From 9a6a22571b69f84d1211ae39d627eb03b68a3d2f Mon Sep 17 00:00:00 2001 From: Florian Zirker Date: Mon, 17 Apr 2023 11:54:58 +0200 Subject: [PATCH] Run nextcloud only one instance --- start-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-all.sh b/start-all.sh index 2e343e1..b8ab461 100755 --- a/start-all.sh +++ b/start-all.sh @@ -6,7 +6,7 @@ function up { up proxy --scale whoami=3; up monitoring; -up nextcloud --scale app=5 --scale web=3; +up nextcloud; up gitea; up wallabag; up www;