Run nextcloud only one instance

This commit is contained in:
Florian Zirker 2023-04-17 11:54:58 +02:00
parent a97bd63a40
commit 9a6a22571b

View file

@ -6,7 +6,7 @@ function up {
up proxy --scale whoami=3; up proxy --scale whoami=3;
up monitoring; up monitoring;
up nextcloud --scale app=5 --scale web=3; up nextcloud;
up gitea; up gitea;
up wallabag; up wallabag;
up www; up www;