feat:新增pg12-docker安装

master
old-tom 2 years ago
parent fc534e2d70
commit eb7f295300

@ -1,4 +1,6 @@
+ PG12
docker pull postgres:12.14
docker run --name pg12 -e POSTGRES_PASSWORD=root@123 -e ALLOW_IP_RANGE=0.0.0.0/0 -p 5432:5432 -d postgres:12.14
localhost:5432 postgres:root@123
+ redis
localhost:6379 redispw

Loading…
Cancel
Save