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