Skip to content

Commit

Permalink
Updated docker-compose example to use verstion 2.21 that works with S…
Browse files Browse the repository at this point in the history
…ierra Leone database.
  • Loading branch information
pgracio committed May 20, 2016
1 parent e2517d9 commit fac09d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Created by .ignore support plugin (hsz.mobi)
*.ipr
*.iws
*.iml
.idea
cache
fig.yml.sample
releases
database/dhis2-db.sql.gz
database/dhis2-db.sql.gz
.DS_Store
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ database:
volumes:
- '/opt/dhis2/database/221-sierra-leone:/var/lib/postgresql/data'
web:
image: 'pgracio/dhis2-web:latest'
image: 'pgracio/dhis2-web:2.21-tomcat7-jre8'
deployment_strategy: high_availability
environment:
- 'JAVA_OPTS=-Xmx1024m -Xms4000m'
Expand Down

0 comments on commit fac09d2

Please sign in to comment.