After docker-compose down, all uploaded images and logo losing, because there is no persistent volume for snipe-it image.
But Mysql data no problem.
You need to add volume setting for the snipe-it image on docker-compose.yml file, something like this;
volumes:
- snipeit-vol:....
Thanks
After docker-compose down, all uploaded images and logo losing, because there is no persistent volume for snipe-it image.
But Mysql data no problem.
You need to add volume setting for the snipe-it image on docker-compose.yml file, something like this;
volumes:
- snipeit-vol:....
Thanks