services: rustfs-s3-toolkit: image: hotwa/rustfs-s3-toolkit:latest build: context: .. dockerfile: docker/Dockerfile container_name: rustfs-s3-toolkit restart: always volumes: - ./data:/app/data ports: - "8009:9009"