Skip to content

Commit

Permalink
Merge pull request #1 from edx/jhynes/APER-3347
Browse files Browse the repository at this point in the history
fix: update docker-compose to use image built from Dockerfile
  • Loading branch information
justinhynes authored Apr 3, 2024
2 parents 323b475 + c2b28fe commit e3511f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ services:
SOCIAL_AUTH_EDX_OIDC_URL_ROOT: http://edx.devstack.lms:18000/oauth2
ENABLE_DJANGO_TOOLBAR: 1
DJANGO_WATCHMAN_TIMEOUT: 30
image: edxops/credentials:${OPENEDX_RELEASE:-latest}
image: openedx/credentials-dev:${OPENEDX_RELEASE:-latest}
networks:
default:
aliases:
Expand Down

0 comments on commit e3511f2

Please sign in to comment.