Skip to content
Snippets Groups Projects
Commit 21388fc1 authored by nadeemshahzad's avatar nadeemshahzad
Browse files

fix mysqldump github action

parent 1432dee9
No related branches found
No related tags found
No related merge requests found
version: '3'
services:
mysql:
image: mysql:5.6
container_name: edx.devstack.mysql
image: mysql:5.7
container_name: edx.devstack.mysql57
ports:
- '3306:3306'
environment:
......@@ -20,5 +20,4 @@ services:
volumes:
- ../../:/edx/app/edxapp/edx-platform
depends_on:
mysql:
condition: service_healthy
- mysql
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment