Added mysql
This commit is contained in:
parent
bb83497bc0
commit
eb679767df
10
mysql/run.sh
Executable file
10
mysql/run.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker run --rm \
|
||||
--name mysql \
|
||||
--network unitservices \
|
||||
-e MYSQL_ROOT_PASSWORD=placeholder \
|
||||
--publish 3306:3306/tcp \
|
||||
mysql
|
||||
|
||||
# TODO: After testing is done, the published port can be removed
|
Loading…
Reference in New Issue
Block a user