@bergus
2016-04-04T14:38:28.000000Z
字数 299
阅读 1287
微服务
apt-get install ca-certificates
docker run -it -d --name prod-postgres -e POSTGRES_PASSWORD=wothing --net=prod postgres:9.5.1
CREATE DATABASE wothing OWNER postgres;
CREATE EXTENSION "pgcrypto";