在合適的目錄建立一個名為 docker-compose.yml 的檔案,並輸入以下內容: version: '3' services: vault: image: vault:1.1.2 volumes: - .
確定! 回上一頁