Skip to content

Commit f5ebdba

Browse files
authored
Fix entrypoint for agent-manager (#669)
1 parent 3b6bbc1 commit f5ebdba

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

installer/compose.go

-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ func (c *Compose) Populate(conf *Config, stack *StackConfig) *Compose {
178178
"postgres",
179179
"node1",
180180
},
181-
Command: []string{"/app/server"},
182181
}
183182

184183
postgresMem := stack.ServiceResources["postgres"].AssignedMemory

version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 10.4.0
1+
version: 10.4.2

0 commit comments

Comments
 (0)