services: rustfs: # https://hub.docker.com/r/rustfs/rustfs image: rustfs/rustfs:1.0.0-alpha.68 hostname: unraid container_name: rustfs env_file: .env.app 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 restart: unless-stopped