⚠️ Breaking change:
Make sure to change this volume in your docker-compose.yml
services:
ironmount:
image: ghcr.io/nicotsx/ironmount:v0.3.0
container_name: ironmount
restart: unless-stopped
cap_add:
- SYS_ADMIN
ports:
- "4096:4096"
devices:
- /dev/fuse:/dev/fuse
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /run/docker/plugins:/run/docker/plugins
+ - /var/lib/ironmount/volumes/:/var/lib/ironmount/volumes:rshared
- - /var/lib/docker/volumes/:/var/lib/docker/volumes:rshared
- ironmount_data:/data
volumes:
ironmount_data:
driver: localThis release adds:
- An hourly cleanup to remove/unmount dangling folders and volumes
- A performance improvement in the file explorer
- Sensitive data sanitization in logs and client errors
This release fixes:
- A bug that would prevent the mounts to be properly propagated to the host under certain conditions
- The usage stats for SMB shares is now correctly displayed