Run nextcloud only one instance
This commit is contained in:
parent
a97bd63a40
commit
9a6a22571b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue