mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
3 lines
187 B
Bash
3 lines
187 B
Bash
#!/bin/bash
|
|
|
|
docker run -d -p 3306:3306 -e MYSQL_ROOT_PASSWORD=secretpassword -e MYSQL_DATABASE=wakapi_local -e MYSQL_USER=wakapi_user -e MYSQL_PASSWORD=wakapi --name wakapi-mysql mysql:8 |