Skip to content

Commit 3d2db6d

Browse files
committed
mount external rules inside the right folder
1 parent 99ee8e6 commit 3d2db6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/types/compose.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ func (c *Compose) Populate(conf *Config, stack *StackConfig) *Compose {
437437
"10000:8080",
438438
},
439439
Volumes: []string{
440-
stack.Rules + ":/app/rulesets",
440+
stack.Rules + ":/app/rulesets/custom",
441441
},
442442
Environment: []string{
443443
"SERVER_NAME=" + conf.ServerName,

0 commit comments

Comments
 (0)