mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
User-uploaded files were stored in /app/data/files (container writable layer) instead of /data/files (persistent volume) because the env var was not set in the Dockerfile. Files were lost on container recreation.