Creating structure correctly

This commit is contained in:
Owen 2025-02-15 22:00:31 -05:00
parent 60449afca5
commit dabd4a055c
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
4 changed files with 35 additions and 21 deletions

View file

@ -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",