change location of database docker

This commit is contained in:
Henrique Dias 2017-09-07 14:19:05 +01:00
parent e7bdba8948
commit 6d2fab77e8
No known key found for this signature in database
GPG Key ID: 936F5EB68D786730

View File

@ -1,7 +1,7 @@
{ {
"port": 80, "port": 80,
"address": "", "address": "",
"database": "/etc/database.db", "database": "/database.db",
"scope": "/srv", "scope": "/srv",
"allowCommands": true, "allowCommands": true,
"allowEdit": true, "allowEdit": true,