From 025a970284e8ee6856132a21da87532dc2c5baad Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 19 Mar 2020 02:02:33 +0100 Subject: [PATCH] Remove volume mounts from app json definition --- app.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app.json b/app.json index caf8403..4e2fdf7 100644 --- a/app.json +++ b/app.json @@ -3,11 +3,6 @@ "description": "Gitea is a painless self-hosted Git service.", "repository": "https://gitlab.com/autonomic-cooperative/coop-cloud/gitea", "dokku": { - "plugins": ["mariadb"], - "volumes": [ - { "host": "/var/lib/gitea", "app": "/data" }, - { "host": "/etc/timezone", "app": "/etc/timezone:ro" }, - { "host": "/etc/localtime", "app": "/etc/localtime:ro" } - ] + "plugins": ["mariadb"] } }