Skip to content

Commit

Permalink
Fix entrypoint for agent-manager (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbayero committed May 9, 2024
1 parent 3b6bbc1 commit f5ebdba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion installer/compose.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ func (c *Compose) Populate(conf *Config, stack *StackConfig) *Compose {
"postgres",
"node1",
},
Command: []string{"/app/server"},
}

postgresMem := stack.ServiceResources["postgres"].AssignedMemory
Expand Down
2 changes: 1 addition & 1 deletion version.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 10.4.0
version: 10.4.2

0 comments on commit f5ebdba

Please sign in to comment.