From f6713ec8055b8468d31dd780af5d9ea8d1273048 Mon Sep 17 00:00:00 2001 From: Adamo Date: Fri, 11 Dec 2020 02:57:19 -0500 Subject: [PATCH] Fixed data bug. --- data.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/data.json b/data.json index decaf2d..982c28a 100644 --- a/data.json +++ b/data.json @@ -219,15 +219,12 @@ "80:80" ], [ - "--env", - "USE_COLOR=True", - "SHOW_PROGRESS=False" + "-v", + "nextcloud:/var/www/html" ], ["--restart","always"] ], - "command": { - "nextcloud" - } + "command": "nextcloud" } }, "tmux-conf": {