services: rustfs-s3-toolkit: image: hotwa/rustfs-s3-toolkit:latest build: context: .. dockerfile: docker/Dockerfile container_name: rustfs-s3-toolkit restart: always command: tail -f /dev/null volumes: - ./data:/app/data ports: - "8004:9000"