Skip to content

Commit 49f9cad

Browse files
committed
Fixed network name
1 parent edddca1 commit 49f9cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/bash -e
22

33
docker run $* \
4-
--network ftgoorderservice_default \
4+
--network ftgoapplication_default \
55
--name mysqlterm --rm mysql:5.7.13 \
66
sh -c 'exec mysql -hmysql -P3306 -uroot -prootpassword eventuate'

0 commit comments

Comments
 (0)