services: seaweedfs: container_name: seaweedfs image: docker.io/chrislusf/seaweedfs command: server -dir=/data volume: ./tmp:/data ports: - 9333:9333 shell: image: docker.io/alpine:latest command: sh -c 'sleep 100000'