update docker file settings
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
parent
58f5f81d9d
commit
62589ca065
12
Docker.json
12
Docker.json
@ -2,9 +2,11 @@
|
|||||||
"port": 80,
|
"port": 80,
|
||||||
"address": "",
|
"address": "",
|
||||||
"database": "/database.db",
|
"database": "/database.db",
|
||||||
"scope": "/srv",
|
"defaults": {
|
||||||
"allowCommands": true,
|
"scope": "/srv",
|
||||||
"allowEdit": true,
|
"allowCommands": true,
|
||||||
"allowNew": true,
|
"allowEdit": true,
|
||||||
"commands": []
|
"allowNew": true,
|
||||||
|
"commands": []
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user