From 63bf4910809764166a181b82b97af2212c77ca4e Mon Sep 17 00:00:00 2001 From: Alex Holliday Date: Wed, 26 Jun 2024 10:41:59 -0700 Subject: [PATCH] Fixed error in docker image location in docs --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59e79159c..a5e89e040 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,8 @@ Dockerfiles for the server and databases are located in the `Docker` directory
MongoDB Image -Location: `./Server/docker/mongoDB.Dockerfile` + +Location: `Docker/mongoDB.Dockerfile` The `Docker/mongo/data` directory should be mounted to the MongoDB container in order to persist data. @@ -185,7 +186,8 @@ From the `Docker` directory run
Redis Image -Location `./Server/docker/redislDockerfile` + +Location `Docker/redis.Dockerfile` the `Docker/redis/data` directory should be mounted to the Redis container in order to persist data.