Skip to content

Commit

Permalink
moved '-it' back to mysql cli
Browse files Browse the repository at this point in the history
  • Loading branch information
dartartem committed Mar 25, 2021
1 parent df38608 commit f145d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-cli.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/bash -e

docker run $* \
docker run ${1:--it} \
--name mysqlterm --network=${PWD##*/}_default --rm \
-e MYSQL_HOST=mysql \
mysql:5.7.13 \
Expand Down

0 comments on commit f145d58

Please sign in to comment.