github nicotsx/ironmount v0.10.0

latest releases: v0.10.2, v0.10.1, v0.10.1-beta.3...
14 hours ago
  • 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

Don't miss a new ironmount release

NewReleases is sending notifications on new releases.