updated posgres

This commit is contained in:
Jackk Goh
2018-03-15 16:33:42 +08:00
parent c1f1ada934
commit 1ec911b5ec
+4 -1
View File
@@ -13,9 +13,12 @@ server:
links:
- db
db:
image: postgres
image: postgres:9.3
expose:
- 5432
volumes:
- ./dbdata:/var/lib/postgresql/data
environment:
POSTGRES_PASSWORD: password
POSTGRES_USER: user