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

Commit 7e6b9df

Browse files
authored
chore: Update MySQL container to use edxops/mysql:5.7 container image (#968)
1 parent 3c95dee commit 7e6b9df

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
@@ -244,7 +244,7 @@ services:
244244
environment:
245245
MYSQL_ROOT_PASSWORD: ""
246246
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
247-
image: mysql:5.7
247+
image: edxops/mysql:5.7
248248
networks:
249249
default:
250250
aliases:

0 commit comments

Comments
 (0)