Skip to content

Commit 1a32f9f

Browse files
committed
Remove unused geoip_data volume configuration
1 parent 2644caf commit 1a32f9f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

installer/types/compose.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ func (c *Compose) Populate(conf *Config, stack *StackConfig) *Compose {
431431
},
432432
Volumes: []string{
433433
stack.Rules + ":/app/rulesets",
434-
"geoip_data:/app/geosets",
435434
},
436435
Environment: []string{
437436
"SERVER_NAME=" + conf.ServerName,
@@ -615,10 +614,6 @@ func (c *Compose) Populate(conf *Config, stack *StackConfig) *Compose {
615614
"external": false,
616615
}
617616

618-
c.Volumes["geoip_data"] = Volume{
619-
"external": false,
620-
}
621-
622617
c.Volumes["agent_manager"] = Volume{
623618
"external": false,
624619
}

0 commit comments

Comments
 (0)