This is my Compose settings. It worked fine in the previous version (1.0.0-alpha.67), but it stopped working after the upgrade. I can't find the reason. Please help me adjust the Compose settings.
这是我的compose设置,在上个版本(1.0.0-alpha.67)是可以正常运行的,升级后不行了,我找不到原因,求助,帮我调整一下compose设置。
Docker-compose yaml
services:
rustfs:
container_name: rustfs
restart: always
image: rustfs/rustfs
ports:
- "9000:9000"
- "9001:9001"
environment:
RUSTFS_ACCESS_KEY: ttxs
RUSTFS_SECRET_KEY: ttxs
RUSTFS_CONSOLE_ENABLE: true
volumes:
- ./rustfs/logs:/app/logs
- ./rustfs:/data
Logs:
