Commit a9f47bc2 by Feanil Patel

Move to using the latest discovery image.

parent 371719ca
...@@ -19,7 +19,7 @@ services: ...@@ -19,7 +19,7 @@ services:
container_name: memcache container_name: memcache
course-discovery: course-discovery:
# Uncomment this line to use the official course-discovery base image # Uncomment this line to use the official course-discovery base image
image: edxops/course-discovery:bilal-test image: edxops/discovery:latest
# Uncomment the next two lines to build from a local configuration repo # Uncomment the next two lines to build from a local configuration repo
# build: ../configuration/docker/build/discovery/ # build: ../configuration/docker/build/discovery/
......
...@@ -33,7 +33,7 @@ services: ...@@ -33,7 +33,7 @@ services:
course-discovery: course-discovery:
# Uncomment this line to use the official course-discovery base image # Uncomment this line to use the official course-discovery base image
image: edxops/course-discovery:latest image: edxops/discovery:latest
# Uncomment the next two lines to build from a local configuration repo # Uncomment the next two lines to build from a local configuration repo
# build: ../configuration/docker/build/discovery/ # build: ../configuration/docker/build/discovery/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment