Skip to content
Snippets Groups Projects
Commit 673a05ea authored by Sercan Yesildal's avatar Sercan Yesildal
Browse files

fix mariadb delete script

parent 1cd078ba
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
docker kill database && docker rm database
\ No newline at end of file
docker kill mariadb && docker rm mariadb
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment