From 56984107571e02506268a9a841477fddaa237d58 Mon Sep 17 00:00:00 2001 From: Pivovarov Date: Fri, 26 Oct 2018 22:45:07 +1100 Subject: [PATCH] SECRET_KEY_BASE is not required by development environment --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index eafa0fe..e050d2b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ To run this container use following parameters: ```bash docker run -d --name snibox \ --volume /path/to/local/db:/app/db/database \ - --env SECRET_KEY_BASE="" \ --publish 80:3000 \ snibox ``` @@ -18,4 +17,4 @@ After first run you probably will see error due to database hasn't been initiali docker exec -ti rack db:migrate ``` -This will create new database instance and Snibox is ready to go. \ No newline at end of file +This will create new database instance and Snibox is ready to go.