Skip to content

Commit

Permalink
Add note about minimum docker-compose version (mastodon#1264)
Browse files Browse the repository at this point in the history
Add a note to ensure users are using the right version of docker-compose.
  • Loading branch information
ineffyble authored and Gargron committed Apr 10, 2017
1 parent 12f72e1 commit a283786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Consult the example configuration file, `.env.production.sample` for the full li

[![](https://images.microbadger.com/badges/version/gargron/mastodon.svg)](https://microbadger.com/images/gargron/mastodon "Get your own version badge on microbadger.com") [![](https://images.microbadger.com/badges/image/gargron/mastodon.svg)](https://microbadger.com/images/gargron/mastodon "Get your own image badge on microbadger.com")

The project now includes a `Dockerfile` and a `docker-compose.yml`. You need to turn `.env.production.sample` into `.env.production` with all the variables set before you can:
The project now includes a `Dockerfile` and a `docker-compose.yml` file (which requires at least docker-compose version `1.10.0`). You need to turn `.env.production.sample` into `.env.production` with all the variables set before you can:

docker-compose build

Expand Down

0 comments on commit a283786

Please sign in to comment.