rustfs:1.0.0-alpha.68

This commit is contained in:
2025-11-18 17:23:14 +01:00
parent 47e28480e7
commit 6cdb8781f1
2 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
services:
rustfs:
# https://hub.docker.com/r/rustfs/rustfs
image: rustfs/rustfs:1.0.0-alpha.65
image: rustfs/rustfs:1.0.0-alpha.68
hostname: unraid
container_name: rustfs
env_file: .env.app
@@ -10,6 +10,7 @@ services:
- '9001:9001' # management ocnsole
volumes:
- /mnt/cache/rustfs:/data
tmpfs:
- /logs:size=1G
# with alpha.68 user has no root access and this tmpfs will fails
# tmpfs:
# - /logs:size=1G
restart: unless-stopped