Fix db service name (#149)

This commit is contained in:
Janos Dobronszki
2021-06-10 14:24:26 +01:00
committed by GitHub
parent c4895b8ca6
commit cf1ce91abd

View File

@@ -20,7 +20,7 @@ var dbAddress = "postgresql://postgres:postgres@localhost:5432/db?sslmode=disabl
func main() {
// Create service
srv := service.New(
service.Name("db1"),
service.Name("db"),
service.Version("latest"),
)