Add further note

This commit is contained in:
decentral1se 2021-05-28 15:21:24 +02:00
parent c8961984f0
commit 0d70381552
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 2 additions and 0 deletions

View File

@ -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.