Docker Compose. docker-compose.yml file. version: "3.3" services: mongodb_server: image: mongo:4.4 command: mongod -- ...
確定! 回上一頁