Skip to content

Commit

Permalink
Fix incorrect Docker image names in Docker Compose resource
Browse files Browse the repository at this point in the history
  • Loading branch information
chirangaalwis authored and DilanUA committed Jun 19, 2019
1 parent 3fe658b commit 6220c95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose/is-with-analytics/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
timeout: 60s
retries: 5
identity-server-analytics-worker:
image: wso2is-analytics-worker:5.8.0-centos
image: wso2/wso2is-analytics-worker:5.8.0
ports:
- "9091:9091"
- "9444:9444"
Expand All @@ -30,7 +30,7 @@ services:
volumes:
- ./identity-server-analytics-worker:/home/wso2carbon/wso2-config-volume
identity-server-analytics-dashboard:
image: wso2is-analytics-dashboard:5.8.0-centos
image: wso2/wso2is-analytics-dashboard:5.8.0
ports:
- "9643:9643"
healthcheck:
Expand All @@ -45,7 +45,7 @@ services:
volumes:
- ./identity-server-analytics-dashboard:/home/wso2carbon/wso2-config-volume
identity-server:
image: wso2is:5.8.0-centos
image: wso2/wso2is:5.8.0
ports:
- "9763:9763"
- "9443:9443"
Expand Down

0 comments on commit 6220c95

Please sign in to comment.