fix: add missing default config into the docker image

This commit is contained in:
Oleg Lobanov
2021-03-07 15:23:12 +01:00
parent 2fccb8c367
commit 7358b3fe31
3 changed files with 17 additions and 0 deletions

8
.docker.json Normal file
View File

@@ -0,0 +1,8 @@
{
"port": 80,
"baseURL": "",
"address": "",
"log": "stdout",
"database": "/database.db",
"root": "/srv"
}