postgresql docker下启动的命令
docker run --name pgdata -p 5432:5432 -e POSTGRES_PASSWORD=Test6530 -v /pgdata:/var/lib/postgresql/data -d postgres:10.4