From e0950259725d4752fb17b6d0a770e91f2ffe60a0 Mon Sep 17 00:00:00 2001 From: Jyri-Petteri Paloposki Date: Sun, 19 Jul 2020 14:41:46 +0300 Subject: [PATCH] Updated Docker image (markdown) --- Docker-image.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Docker-image.md b/Docker-image.md index 554ca64..0e3a0c3 100644 --- a/Docker-image.md +++ b/Docker-image.md @@ -16,6 +16,12 @@ $ docker run -p 3000:3000 -e DATABASE_NAME=tracks_dev -e DATABASE_HOST=db -e DAT If all went to plan, you should now be able to reach Tracks in http://localhost:3000 . +*Note:* You can override files in the Docker image by using the --volume argument. + +|File |Argument |Replace for production?| +|-------------------|---------------------------------------------------------|-----------------------| +|config/site.yml |--volume /app/config/site.yml:/home/user/site.yml |Yes | + ## Staannoe's Dockerimage ### Prerequisites