mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 01:55:10 +02:00
Creating structure correctly
This commit is contained in:
parent
60449afca5
commit
dabd4a055c
4 changed files with 35 additions and 21 deletions
|
@ -164,7 +164,7 @@ func AddCrowdSecService(configPath string) error {
|
|||
Image: "crowdsecurity/crowdsec:latest",
|
||||
ContainerName: "crowdsec",
|
||||
Environment: map[string]string{
|
||||
"GID": "${GID-1000}",
|
||||
"GID": "1000",
|
||||
"COLLECTIONS": "crowdsecurity/traefik crowdsecurity/appsec-virtual-patching crowdsecurity/appsec-generic-rules",
|
||||
"ENROLL_INSTANCE_NAME": "pangolin-crowdsec",
|
||||
"PARSERS": "crowdsecurity/whitelists",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue