Commit 2b0834db by nabil el mahiri

~/log/mongodb.log

parent 828f1571
Pipeline #302 failed with stages
in 1 second
...@@ -27,7 +27,7 @@ RUN echo "deb http://repo.mongodb.org/apt/debian jessie/mongodb-org/3.4 main" | ...@@ -27,7 +27,7 @@ RUN echo "deb http://repo.mongodb.org/apt/debian jessie/mongodb-org/3.4 main" |
RUN apt-get update && apt-get -yq install mongodb-org && apt-get -yq install redis-server RUN apt-get update && apt-get -yq install mongodb-org && apt-get -yq install redis-server
RUN mongod --fork --logpath /var/log/mongod.log RUN mongod --fork --logpath ~/log/mongodb.log
# sudo ./mongodb/bin/mongodump --host localhost --port 27017 --db atlasvoyages-dev --out ./ # sudo ./mongodb/bin/mongodump --host localhost --port 27017 --db atlasvoyages-dev --out ./
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment