Skip to content

Commit

Permalink
Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikpuneet07 committed Sep 28, 2023
1 parent e6c64cd commit e607434
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def start_mysql_containers():
f'--name=mysql{N}',
f'--hostname=mysql{N}',
'--net=innodbnet',
'-v', f'/home/puneet/my{N}.cnf:/etc/my.cnf',
'-v', f'my{N}.cnf:/etc/my.cnf',
'-e', 'MYSQL_ROOT_PASSWORD=root', percona_docker_image
])
time.sleep(60)
Expand Down

0 comments on commit e607434

Please sign in to comment.