⚠️ Breaking change:
Make sure to change your docker-compose.yml
services:
ironmount:
image: ghcr.io/nicotsx/ironmount:v0.4.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
+ - /proc:/host/proc:ro
+ - /var/lib/repositories/:/var/lib/repositories
- - /var/lib/docker/volumes/:/var/lib/docker/volumes:rshared
+ - /var/lib/docker/volumes/:/var/lib/docker/volumes:rslave
- ironmount_data:/data
volumes:
ironmount_data:
driver: localThis release adds:
- Backups for every volume to a local repository or a remote S3 with fine grained control for scheduling and retention.
- Manage your backups and restore individual files
This release fixes:
- Mounts using /proc from host if available. This makes the propagation to host way more resilient than docker's
rshared