We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edddca1 commit 49f9cadCopy full SHA for 49f9cad
mysql-cli.sh
@@ -1,6 +1,6 @@
1
#! /bin/bash -e
2
3
docker run $* \
4
- --network ftgoorderservice_default \
+ --network ftgoapplication_default \
5
--name mysqlterm --rm mysql:5.7.13 \
6
sh -c 'exec mysql -hmysql -P3306 -uroot -prootpassword eventuate'
0 commit comments