github nicotsx/zerobyte v0.5.0

latest releases: v0.20.0, v0.20.0-beta.2, v0.20.0-beta.1...
one month ago

⚠️ 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: true and mounting /proc
  • Directory volumes can be linked to any volume in the file system
  • Change password setting

Don't miss a new zerobyte release

NewReleases is sending notifications on new releases.