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

Commit 0e8bee2

Browse files
NIXKnightnsprenkle
authored andcommitted
chore: Update MySQL container to use edxops/mysql:5.7 container image (#968)
1 parent 4084a99 commit 0e8bee2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ services:
249249
environment:
250250
MYSQL_ROOT_PASSWORD: ""
251251
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
252-
image: mysql:5.7
252+
image: edxops/mysql:5.7
253253
networks:
254254
default:
255255
aliases:

0 commit comments

Comments
 (0)