github nicotsx/zerobyte v0.10.0

latest releases: v0.21.0-beta.1, v0.20.0, v0.20.0-beta.2...
one month 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 zerobyte release

NewReleases is sending notifications on new releases.