10 lines
495 B
Markdown
10 lines
495 B
Markdown
# Update 0.5.5.62
|
|
|
|
## Standard image library without an additional Docker mount
|
|
|
|
- Removed the dedicated `data/image-library` bind mount introduced in 0.5.5.60.
|
|
- Reuses the existing persistent uploads volume.
|
|
- Standard images are stored in `data/uploads/library` on the Docker host and `/app/app/static/uploads/library` in the container.
|
|
- No duplicate image storage and no additional Compose volume entry are required.
|
|
- Removed the misleading source-tree `app/static/img/library` directory.
|