From 06ad7bce2f80b566a153f14349a3c7c7008230e7 Mon Sep 17 00:00:00 2001 From: Roger Sikorski Date: Sun, 23 Nov 2025 11:04:56 +0100 Subject: [PATCH] rustfs updated --- rustfs/compose.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/rustfs/compose.yaml b/rustfs/compose.yaml index 491dbf0..75c8bec 100644 --- a/rustfs/compose.yaml +++ b/rustfs/compose.yaml @@ -1,16 +1,17 @@ services: rustfs: # https://hub.docker.com/r/rustfs/rustfs - image: rustfs/rustfs:1.0.0-alpha.68 + # https://github.com/rustfs/rustfs/releases + image: rustfs/rustfs:1.0.0-alpha.69 hostname: unraid container_name: rustfs - env_file: .env.app + env_file: .env ports: - '9000:9000' # s3 api - '9001:9001' # management ocnsole volumes: - - /mnt/cache/rustfs:/data - # with alpha.68 user has no root access and this tmpfs will fails - # tmpfs: - # - /logs:size=1G + # dir need to be + # chown -R 10001:10001 + - /mnt/cache/rustfs/data:/data + - /mnt/cache/rustfs/logs:/logs restart: unless-stopped