aboutsummaryrefslogtreecommitdiffstats
path: root/docker/mongo.sh
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-05-14 18:14:50 +0000
committerterminaldweller <thabogre@gmail.com>2021-05-14 18:14:50 +0000
commit6e528248414e330c9e25e81596ab47b8b8a5b701 (patch)
treee1aa41a7f3198eeac187e6177ec7d4a33db229d3 /docker/mongo.sh
downloadscripts-6e528248414e330c9e25e81596ab47b8b8a5b701.tar.gz
scripts-6e528248414e330c9e25e81596ab47b8b8a5b701.zip
first commitmaster
Diffstat (limited to 'docker/mongo.sh')
-rwxr-xr-xdocker/mongo.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/mongo.sh b/docker/mongo.sh
new file mode 100755
index 0000000..6eeb863
--- /dev/null
+++ b/docker/mongo.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/env sh
+
+docker run -p 27017:27017 -p 27018:27018 -p 27019:27019 -v mongo-data:/data/db mongo:4.4.4-bionic