Add configurable path to database and docker-compose sample

This commit is contained in:
2022-05-28 19:28:18 +09:30
parent 49288a5b8b
commit 37e3a3fe7c
4 changed files with 31 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ import (
"golang.org/x/mod/semver"
)
const Tag = "v0.0.11"
const Tag = "v0.0.12"
var versionInfo struct {
Local struct {