Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
Updated docker-compose to use version 2.27 as default.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgracio committed Jun 2, 2017
1 parent 13d7c1a commit b2125ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'
services:
database:
container_name: dhis2-database
image: pgracio/dhis2-db:2.26-sierra-leone
image: pgracio/dhis2-db:2.27-sierra-leone
environment:
POSTGRES_USER: dhis
POSTGRES_DB: dhis
Expand All @@ -13,7 +13,7 @@ services:
- "5432:5432"
web:
container_name: dhis2-web
image: dhis2/dhis2-web:2.26-tomcat7-jre8-latest
image: dhis2/dhis2-web:2.27-tomcat7-jre8-latest
environment:
JAVA_OPTS: "-Xmx1024m -Xms4000m"
POSTGRES_DB: dhis
Expand Down

0 comments on commit b2125ea

Please sign in to comment.