mirror of
https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin.git
synced 2026-07-21 11:38:59 +02:00
Fix name of docker volumes
This commit is contained in:
@@ -61,8 +61,8 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./acquis.yaml:/etc/crowdsec/acquis.yaml:ro
|
- ./acquis.yaml:/etc/crowdsec/acquis.yaml:ro
|
||||||
- logs:/var/log/traefik:ro
|
- logs:/var/log/traefik:ro
|
||||||
- db:/var/lib/crowdsec/data/
|
- crowdsec-db:/var/lib/crowdsec/data/
|
||||||
- config:/etc/crowdsec/
|
- crowdsec-config:/etc/crowdsec/
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
logs:
|
logs:
|
||||||
|
|||||||
Reference in New Issue
Block a user