⚠️ Breaking change:
I have decided to consolidate every operations into 1 folder /var/lib/ironmount this makes up for a way simpler docker-compose.yml with only 1 bind mount. Make sure your docker-compose looks like this:
services:
ironmount:
image: ghcr.io/nicotsx/ironmount:v0.5.0
container_name: ironmount
restart: unless-stopped
cap_add:
- SYS_ADMIN
ports:
- "4096:4096"
devices:
- /dev/fuse:/dev/fuse
volumes:
- /var/lib/ironmount/:/var/lib/ironmount/Since the docker managed volume was dropped, the recommendation is to re-do your setup from scratch.
New features and improvements:
- Read only mount mode
- Repositories healthchecks and doctor command
- Dropped the requirements for
priviledged: trueand mounting/proc - Directory volumes can be linked to any volume in the file system
- Change password setting