From 1d96bda806fd84b9425367ed512daa2f2bae96d1 Mon Sep 17 00:00:00 2001 From: Stepan Hruda Date: Sun, 20 Dec 2015 09:19:10 -0500 Subject: [PATCH] Fix minor errors --- Readme.md | 4 ++-- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index b91a1be..84bce6f 100644 --- a/Readme.md +++ b/Readme.md @@ -51,7 +51,7 @@ for row in result.rows { * Xcode 7+ (Swift 2.x) * `brew cask install dockertoolbox` 1. `make development.setup` - * Starts a PostgreSQL container that tests can be run against. Before running make sure your docker-machine environment variables are available (usually you run `eval $(docker-machine env default)`) - * `development.setup` also adds handy opinionated environment variables in your Xcode scheme that connect to the container. If you are using a custom setup rather than what docker-machine gives you out of the box, you might need to tweak them. Also, please don't commit any changes to the `.xcscheme` file. + * Starts a PostgreSQL container that tests can be run against. Before running make sure your _docker-machine_ environment variables are available (usually you run `eval $(docker-machine env default)`) + * `development.setup` also adds handy opinionated environment variables to your Xcode scheme that connect to the container. If you are using a custom setup rather than what docker-machine gives you out of the box, you might need to tweak them. Also, please don't commit any changes to the `.xcscheme` file. 1. `make test` to run tests or run them through Xcode diff --git a/docker-compose.yml b/docker-compose.yml index d640e7d..437bc08 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -23,6 +23,6 @@ migrate: - PGUSER=postgres - PGPORT=5432 - CONTAINERIZED=true - - PGDATABASE=spec + - PGDATABASE=postgres links: - postgres