Remove unneeded scripts

This commit is contained in:
Declan Chidlow 2024-08-07 12:30:02 +08:00
parent 74cc0d1e53
commit 5ffe0a9434
2 changed files with 0 additions and 7 deletions

View file

@ -1,4 +0,0 @@
#!/usr/bin/env bash
mkdir -p ./private/mongo
docker run -p 27017:27017 -v $(pwd)/private/mongo:/data/db mongo

View file

@ -1,3 +0,0 @@
#!/usr/bin/env bash
docker run -p 6379:6379 eqalpha/keydb