изменена версия postgre с latest на 9.4
This commit is contained in:
parent
d4cbeb0015
commit
fbc056c1b6
@ -32,7 +32,7 @@ services:
|
|||||||
|
|
||||||
psql:
|
psql:
|
||||||
container_name: psql-${BRANCH}
|
container_name: psql-${BRANCH}
|
||||||
image: postgres:latest
|
image: postgres:9.4
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: "admin"
|
POSTGRES_USER: "admin"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user