v1.2.2

clusterzx/paperless-aiv1.2.2Jan 5, 2025by clusterzx

AI Summary

This release reiterates the fix for configuration persistence by moving the .env file to a Docker volume. It ensures that data is saved correctly across container restarts. This addresses the previous issue where users had to re-setup at every restart.

Key Highlights

  • Changed the place of the .env file to /data folder.
  • The folder is now a volume in docker.

Breaking Changes

  • Relocation of .env file to /data folder

New Features

  • Moved .env to volume

Full Release Notes

**Full Changelog**: https://github.com/clusterzx/paperless-ai/compare/v1.2.1...v1.2.2

Have to re-setup at each restart of the container #28 - Changed the place of the .env file to /data folder. The folder is from now on a volume in docker.