Remove volume mounts from app json definition
This commit is contained in:
parent
f80e4e5dfe
commit
025a970284
7
app.json
7
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"]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user