Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
Fix typo (#323)
Browse files Browse the repository at this point in the history
Thanks @adam-golab for the report (#320)
  • Loading branch information
pichouk authored Oct 5, 2018
1 parent 908ab3c commit e01e8e4
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 @@ -28,7 +28,7 @@ To install the team edition, comment out the two following lines in docker-compo
args:
- edition=team
```
The `app` Dockerfile will read the `edition` build argument to install Team (`edition = 'team'`) or Entreprise (`edition != team`) edition.
The `app` Dockerfile will read the `edition` build argument to install Team (`edition = 'team'`) or Enterprise (`edition != team`) edition.

### Database container
This repository offer a Docker image for the Mattermost database. It is a customized PostgreSQL image that you should configure with following environment variables :
Expand Down

0 comments on commit e01e8e4

Please sign in to comment.