From 735392fcbd18e2368472a0aa88f5d51be123fd1f Mon Sep 17 00:00:00 2001 From: cybergene Date: Thu, 17 Aug 2017 21:47:24 +0900 Subject: [PATCH] fix typo (#377) * Add how to create VAPID_PRIVATE_KEY and VAPID_PUBLIC_KEY * fix typo --- Running-Mastodon/Docker-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-Mastodon/Docker-Guide.md b/Running-Mastodon/Docker-Guide.md index 398757d4..2c399441 100644 --- a/Running-Mastodon/Docker-Guide.md +++ b/Running-Mastodon/Docker-Guide.md @@ -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 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 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: docker-compose run --rm web rake mastodon:webpush:generate_vapid_key