Update Docker (#487)

This commit is contained in:
Jim Tittsler 2017-12-17 23:08:48 +09:00 committed by Eugen Rochko
parent c4652e6193
commit 088399a36b
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Now the image can be used to generate secrets. Run the command below for each of
docker-compose run --rm web rake secret
To enable Web Push notifications, you should generate a few extra secrets and put them into your `.env.production` file. Run Command below for each of `VAPID_PRIVATE_KEY` and `VAPID_PUBLIC_KEY` then copy the result into the `.env.production` file:
To enable Web Push notifications, you should generate a private/public key pair and put them into your `.env.production` file. Run the command below to create `VAPID_PRIVATE_KEY` and `VAPID_PUBLIC_KEY` then copy the result into the `.env.production` file:
docker-compose run --rm web rake mastodon:webpush:generate_vapid_key