mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +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() {
|
||||
// Create service
|
||||
srv := service.New(
|
||||
service.Name("db1"),
|
||||
service.Name("db"),
|
||||
service.Version("latest"),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user