Skip to content

Commit

Permalink
fix(crowdsec): revert confing
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksasiriski committed Dec 15, 2024
1 parent 883582b commit 8ee1d51
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ services:
CUSTOM_HOSTNAME: crowdsec
BOUNCER_KEY_TRAEFIK: ${BOUNCER_KEY_TRAEFIK}
volumes:
- type: bind
source: ./acquis.yaml
target: /etc/crowdsec/acquis.yaml
read_only: true
- './acquis.yaml:/etc/crowdsec/acquis.yaml:ro,z'
- 'traefik-logs-vol:/var/log/traefik:ro,z'
- 'crowdsec-db-vol:/var/lib/crowdsec/data:Z'
- 'crowdsec-conf-vol:/etc/crowdsec:Z'
Expand Down

0 comments on commit 8ee1d51

Please sign in to comment.