diff --git a/db/main.go b/db/main.go index f52ca6c..124147d 100644 --- a/db/main.go +++ b/db/main.go @@ -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"), )