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

fix: updated lms and cms mysql dependency to 8.0 #1165

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ services:
- forum
- memcached
- mongo
- mysql57
- mysql80
# Allows attachment to the LMS service using 'docker attach <containerID>'.
stdin_open: true
tty: true
Expand Down Expand Up @@ -600,7 +600,7 @@ services:
- lms
- memcached
- mongo
- mysql57
- mysql80
# Allows attachment to the CMS service using 'docker attach <containerID>'.
stdin_open: true
tty: true
Expand Down