- Add ability to delete a specific snapshot manually
- Fix a timezone issue that would run the backups at UTC time
services:
ironmount:
image: ghcr.io/nicotsx/ironmount:v0.10
container_name: ironmount
restart: unless-stopped
cap_add:
- SYS_ADMIN
ports:
- "4096:4096"
devices:
- /dev/fuse:/dev/fuse
volumes:
+ - /etc/localtime:/etc/localtime:ro
- /var/lib/ironmount:/var/lib/ironmount