df
This commit is contained in:
parent
fa1122425b
commit
970322850c
1 changed files with 7 additions and 2 deletions
|
|
@ -2,7 +2,8 @@ services:
|
|||
crowdsec:
|
||||
image: crowdsecurity/crowdsec
|
||||
container_name: crowdsec
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- netgrimoire
|
||||
volumes:
|
||||
- ./crowdsec/config:/etc/crowdsec
|
||||
- ./crowdsec/data:/var/lib/crowdsec/data
|
||||
|
|
@ -13,4 +14,8 @@ services:
|
|||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
- node.hostname == nas
|
||||
- node.hostname == nas
|
||||
|
||||
networks:
|
||||
netgrimoire:
|
||||
external: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue