執行postgres資料庫$ docker run --name postgresqldb --restart=always -p 5432:5432 -e POSTGRES_USER=root -e POSTGRES_PASSWORD=123456 -d ...
確定! 回上一頁