Update Security_Containers/crowdsec/compose.yaml
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
services:
|
||||
crowdsec:
|
||||
image: crowdsecurity/crowdsec:v1.6.8
|
||||
image: crowdsecurity/crowdsec:latest
|
||||
container_name: crowdsec
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
environment:
|
||||
GID: "${GID}"
|
||||
GID: "${GID-1000}"
|
||||
COLLECTIONS: "crowdsecurity/linux crowdsecurity/traefik"
|
||||
volumes:
|
||||
- ./acquis.yaml:/etc/crowdsec/acquis.yaml:ro
|
||||
|
||||
Reference in New Issue
Block a user