mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-20 06:25:07 +00:00
Fix db service name (#149)
This commit is contained in:
@@ -20,7 +20,7 @@ var dbAddress = "postgresql://postgres:postgres@localhost:5432/db?sslmode=disabl
|
|||||||
func main() {
|
func main() {
|
||||||
// Create service
|
// Create service
|
||||||
srv := service.New(
|
srv := service.New(
|
||||||
service.Name("db1"),
|
service.Name("db"),
|
||||||
service.Version("latest"),
|
service.Version("latest"),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user