From ffc821af2b6052bc3622c1bd9e19f09210239a05 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Fri, 14 Nov 2025 21:36:33 +0100 Subject: [PATCH] chore: update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index adcc430..7a2096f 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ In order to run Ironmount, you need to have Docker and Docker Compose installed ```yaml services: ironmount: - image: ghcr.io/nicotsx/ironmount:v0.6 + image: ghcr.io/nicotsx/ironmount:v0.7 container_name: ironmount restart: unless-stopped privileged: true @@ -67,7 +67,7 @@ If you want to track a local directory on the same server where Ironmount is run ```diff services: ironmount: - image: ghcr.io/nicotsx/ironmount:v0.6 + image: ghcr.io/nicotsx/ironmount:v0.7 container_name: ironmount restart: unless-stopped cap_add: @@ -132,7 +132,7 @@ Ironmount can use [rclone](https://rclone.org/) to support 40+ cloud storage pro ```diff services: ironmount: - image: ghcr.io/nicotsx/ironmount:v0.6 + image: ghcr.io/nicotsx/ironmount:v0.7 container_name: ironmount restart: unless-stopped privileged: true @@ -187,7 +187,7 @@ In order to enable this feature, you need to change your bind mount `/var/lib/ir ```diff services: ironmount: - image: ghcr.io/nicotsx/ironmount:v0.6 + image: ghcr.io/nicotsx/ironmount:v0.7 container_name: ironmount restart: unless-stopped ports: @@ -215,7 +215,7 @@ In order to enable this feature, you need to run Ironmount with several items sh ```diff services: ironmount: - image: ghcr.io/nicotsx/ironmount:v0.6 + image: ghcr.io/nicotsx/ironmount:v0.7 container_name: ironmount restart: unless-stopped cap_add: