Replies: 1 comment
-
挂载的数据目录权限不一致 I guess: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
services:
rustfs:
image: quay.io/rustfs/rustfs:latest
container_name: rustfs
restart: unless-stopped
ports:
- "9000:9000" # API 端口
- "9001:9001" # Console 端口
volumes:
- ./rustfs/mnt/data:/data # 数据存储
- ./rustfs/config/:/config/rustfs:ro # 配置文件
Beta Was this translation helpful? Give feedback.
All reactions