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.