This commit is contained in:
ddv12138
2018-07-08 16:08:34 +08:00
parent 582b2bbb63
commit a2c86731ce
6 changed files with 26 additions and 0 deletions

2
init-postgre.sh Executable file
View File

@@ -0,0 +1,2 @@
docker run --name postgres -e POSTGRES_PASSWORD=liukang951006 -p 5432:5432 -v /postgre-data:/var/lib/postgresql/data -d postgres