Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tocttou authored Aug 24, 2016
1 parent b456f87 commit 63f8864
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ Follow issues template to file an issue unless it is a feature request.
2. Install [docker-compose](https://docs.docker.com/compose/install/)
3. Clone this repository

**Note: Make sure the user deploying this application is in the "docker" group. That is, the user can use docker without sudo access.**

> sudo groupadd docker
> sudo usermod -aG docker $USER
Then logout and log back in.

#### A.) docker compose (recommended)

1. `docker-compose up -d`
Expand Down

0 comments on commit 63f8864

Please sign in to comment.