Skip to content

Commit

Permalink
Fix bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ymoch committed Feb 8, 2017
1 parent 15efc24 commit 0182130
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ version: '2'
services:
psql_server:
image: "postgres:9.5"
ports:
- "5432:5432"
environment:
POSTGRES_USER: docker
POSTGRES_PASSWORD: docker

psql_client:
build:
context: ./dockerfiles/psql_client
links:
depends_on:
- psql_server
environment:
PGHOST: psql_server
Expand Down

0 comments on commit 0182130

Please sign in to comment.