nuxsmin / docker-syspass

Docker stuff for running sysPass on Docker
GNU General Public License v3.0
39 stars 21 forks source link

Persistent volumes #44

Closed dynamicat closed 3 years ago

dynamicat commented 3 years ago

Hi I am no expert on docker. Would you be able to give an example how I would use persistent volumes across updates:

volumes: syspass-config: {} syspass-backup: {} syspass-db: {}

nuxsmin commented 3 years ago

Hello,

Docker persistent volumes will be there across the updates, so you only need to change sysPass image version.

Regards