diff --git a/Docker.json b/Docker.json index d3b14f36..8d9d290c 100644 --- a/Docker.json +++ b/Docker.json @@ -2,9 +2,11 @@ "port": 80, "address": "", "database": "/database.db", - "scope": "/srv", - "allowCommands": true, - "allowEdit": true, - "allowNew": true, - "commands": [] + "defaults": { + "scope": "/srv", + "allowCommands": true, + "allowEdit": true, + "allowNew": true, + "commands": [] + } }