Skip to content

Commit

Permalink
migrated docker images to openmrsinfra
Browse files Browse the repository at this point in the history
  • Loading branch information
bmamlin committed Jan 5, 2020
1 parent a2679a6 commit 406485d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/yourls/docker-compose.yml
Expand Up @@ -15,7 +15,7 @@ services:
test: "exit 0"

yourls:
image: openmrs/docker-yourls
image: openmrsinfra/docker-yourls
depends_on:
- db
ports:
Expand All @@ -37,7 +37,7 @@ services:
test: ["CMD", "curl", "-f", "http://localhost/admin/"]

backup:
image: openmrs/cron-backup:1.0.0
image: openmrsinfra/cron-backup:1.0.0
depends_on:
- db
volumes:
Expand Down

0 comments on commit 406485d

Please sign in to comment.