Browse Source

Update docker doc for database persistence (#551)

Fix #550
thelittlefireman 4 years ago
parent
commit
9a1babc365
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/v1.X/docs/docker/README.md

+ 3 - 1
docs/v1.X/docs/docker/README.md

@@ -86,6 +86,8 @@ docker run -d -v config.yaml:/etc/crowdsec/config.yaml \
     --name crowdsec <built-image-tag>
     --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
 ### Environment Variables
 
 
 * `COLLECTIONS`             - Collections to install from the [hub](https://hub.crowdsec.net/browse/#collections), separated by space : `-e COLLECTIONS="crowdsecurity/linux crowdsecurity/apache2"`
 * `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
 ## 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.