From 0d703815528d86edddae0748bb5be9a55531c83b Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 28 May 2021 15:21:24 +0200 Subject: [PATCH] Add further note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9b3a4cd..187cbed 100644 --- a/README.md +++ b/README.md @@ -77,3 +77,5 @@ $ export SECRET_KEY_BASE=$(cat /run/secrets/secret_key_base) $ export DB_PASS=$(cat /run/secrets/db_password) $ bundle exec rake db:setup ``` + +The rest of the services will then stabilise when they have a connection to the database.