Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 0c866db

Browse files
author
Farhan Umer
committed
feat: mysql 80 with its data volume and provision scripts changes
1 parent 5e13ef5 commit 0c866db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,13 +326,13 @@ services:
326326
depends_on:
327327
- lms
328328
- memcached
329-
- mysql80
329+
- mysql57
330330
# Allows attachment to the credentials service using 'docker attach <containerID>'.
331331
stdin_open: true
332332
tty: true
333333
environment:
334334
CACHE_LOCATION: edx.devstack.memcached:11211
335-
DB_HOST: edx.devstack.mysql80
335+
DB_HOST: edx.devstack.mysql57
336336
SOCIAL_AUTH_EDX_OIDC_URL_ROOT: http://edx.devstack.lms:18000/oauth2
337337
ENABLE_DJANGO_TOOLBAR: 1
338338
DJANGO_WATCHMAN_TIMEOUT: 30

0 commit comments

Comments
 (0)