Skip to content

Commit 2d2a450

Browse files
committed
fix: missing command for core service
1 parent 24a1b83 commit 2d2a450

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/compose/compose.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ func NewCompose(options ...Option) *Compose {
4444
},
4545
fmt.Sprintf("%s_core", prefix): {
4646
ContainerName: fmt.Sprintf("%s_core", prefix),
47-
Image: "rss3/node:latest",
47+
Image: "rss3/node",
48+
Command: "--module=core",
4849
},
4950
},
5051
Volumes: map[string]*string{

0 commit comments

Comments
 (0)