diff --git a/Running-Mastodon/Docker-Guide.md b/Running-Mastodon/Docker-Guide.md index b06c2ed3..1e5b355e 100644 --- a/Running-Mastodon/Docker-Guide.md +++ b/Running-Mastodon/Docker-Guide.md @@ -61,9 +61,9 @@ To enable Web Push notifications, you should generate a private/public key pair docker-compose run --rm web rake mastodon:webpush:generate_vapid_key -Then you should run the `db:migrate` command to create the database, or migrate it from an older release: +Then you should run the `db:setup` command to create the database: - docker-compose run --rm web rake db:migrate + docker-compose run --rm web rake db:setup Then, you will also need to precompile the assets: