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:
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