docker run --name postgres12 -e POSTGRES_PASSWORD=password -p 5432:5432 -v pgdata:/var/lib/postgresql/data -d postgres:12.3 复制代码.
確定! 回上一頁