mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +02:00
parent
8a87e76fe5
commit
9a1babc365
1 changed files with 3 additions and 1 deletions
|
@ -86,6 +86,8 @@ docker run -d -v config.yaml:/etc/crowdsec/config.yaml \
|
|||
--name crowdsec <built-image-tag>
|
||||
```
|
||||
|
||||
If you want to be able to restart/stop your container and keep the same DB `-v /path/myDatabase.db:/var/lib/crowdsec/data/crowdsec.db` you need to add a volume on local_api_credentials.yaml `-v /path/local_api_credentials.yaml:/etc/crowdsec/local_api_credentials.yaml`
|
||||
|
||||
### Environment Variables
|
||||
|
||||
* `COLLECTIONS` - Collections to install from the [hub](https://hub.crowdsec.net/browse/#collections), separated by space : `-e COLLECTIONS="crowdsecurity/linux crowdsecurity/apache2"`
|
||||
|
@ -126,4 +128,4 @@ Please read [contributing](https://docs.crowdsec.net/Crowdsec/v1/contributing/)
|
|||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License - see the [LICENSE](https://github.com/crowdsecurity/crowdsec/blob/master/LICENSE) file for details.
|
||||
This project is licensed under the MIT License - see the [LICENSE](https://github.com/crowdsecurity/crowdsec/blob/master/LICENSE) file for details.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue