rustfs updated

This commit is contained in:
2025-11-23 11:04:56 +01:00
parent 6cdb8781f1
commit 06ad7bce2f

View File

@@ -1,16 +1,17 @@
services: services:
rustfs: rustfs:
# https://hub.docker.com/r/rustfs/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 hostname: unraid
container_name: rustfs container_name: rustfs
env_file: .env.app env_file: .env
ports: ports:
- '9000:9000' # s3 api - '9000:9000' # s3 api
- '9001:9001' # management ocnsole - '9001:9001' # management ocnsole
volumes: volumes:
- /mnt/cache/rustfs:/data # dir need to be
# with alpha.68 user has no root access and this tmpfs will fails # chown -R 10001:10001
# tmpfs: - /mnt/cache/rustfs/data:/data
# - /logs:size=1G - /mnt/cache/rustfs/logs:/logs
restart: unless-stopped restart: unless-stopped