Skip to content

Commit

Permalink
(doc) make DEPLOY instructions more generic
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlermitage committed Oct 14, 2018
1 parent b055ae5 commit 0d0092a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ First, go to project's root and make the `do.sh` utility script executable: `chm
sudo apt-get update
sudo apt-get install docker-ce
sudo groupadd docker
sudo usermod -aG docker jon # replace 'jon' by your login
sudo usermod -aG docker $(whoami)
sudo systemctl enable docker
```
* Install **Docker Compose**:
Expand Down

0 comments on commit 0d0092a

Please sign in to comment.