Added mysql

This commit is contained in:
palo 2024-11-29 05:05:23 +01:00
parent bb83497bc0
commit eb679767df

10
mysql/run.sh Executable file
View 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