From 22c52995ad713f2ea157cbec8ebd9b848fbcd06b Mon Sep 17 00:00:00 2001 From: Ash Furrow Date: Fri, 21 Apr 2017 18:34:36 -0400 Subject: [PATCH] Adds note about persisting volumes. (#113) --- Running-Mastodon/Docker-Guide.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Running-Mastodon/Docker-Guide.md b/Running-Mastodon/Docker-Guide.md index 60d067c7..24064132 100644 --- a/Running-Mastodon/Docker-Guide.md +++ b/Running-Mastodon/Docker-Guide.md @@ -6,8 +6,7 @@ The project now includes a `Dockerfile` and a `docker-compose.yml` file (which r ## Setting up -Review the settings in `docker-compose.yml`. Note that it is not default to store the postgresql database and redis databases in a persistent storage location, -so you may need or want to adjust the settings there. +Review the settings in `docker-compose.yml`. Note that it is **not default** to store the postgresql database and redis databases in a persistent storage location. If you plan on running your instance in production, you **must** uncomment the [`volumes` directive](https://github.com/tootsuite/mastodon/blob/972f6bc861affd9bc40181492833108f905a04b6/docker-compose.yml#L7-L16) in `docker-compose.yml`. Then, you need to fill in the `.env.production` file: