创建存储卷 docker volume create mongo-data # 启动MongoDB docker run -d \ --name mongo-yapi \ -v $PWD/db:/data/db \ -e ...
確定! 回上一頁