dockerfile volume

This commit is contained in:
微凉
2021-11-13 14:23:41 +08:00
parent 7799c1f3bc
commit 65ec4e3611
5 changed files with 9 additions and 3 deletions

View File

@ -28,7 +28,7 @@ func DefaultConfig() *Config {
Port: 0,
Name: "",
TablePrefix: "x_",
DBFile: "data.db",
DBFile: "data/data.db",
},
}
}