Skip to content

Commit

Permalink
README: Add info about docker-compose usage
Browse files Browse the repository at this point in the history
- Use correct tag in Makefile
  • Loading branch information
nkprince007 committed May 23, 2018
1 parent 167f3e5 commit 2aaa91b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ test:
go test -v ./... -cover

docker:
docker build . -t listen-web:latest
docker build . -t registry.gitlab.com/nkprince007/listen:latest
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,11 @@ Build a docker image
```sh
make docker
```

### With docker compose

Build the docker-compose network

```sh
docker-compose up -d
```

0 comments on commit 2aaa91b

Please sign in to comment.