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