diff --git a/README.md b/README.md index 876a2fd..f1650b9 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ To generate the required secrets and keys use the following commands. $ docker run -it ghcr.io/mastodon/mastodon:latest sh # Generate SECRET_KEY_BASE -$ bundle exec rake secret +$ bundle exec rails secret 758a3b431265776b9ab55910890162bb84aec0617724ca611475c3a774965f2d0aca183091d3c1a84ff3640cf7cc438c559034a2735253ee895b7a2308ac450c # Generate OTP_SECRET @@ -165,4 +165,4 @@ docker pull --platform linux/amd64 ghcr.io/mastodon/mastodon-streaming:${MASTODO docker image tag ghcr.io/mastodon/mastodon-streaming:${MASTODON_VERSION} public.ecr.aws/h6i3a8b9/mastodon-streaming:${MASTODON_VERSION} aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/h6i3a8b9 docker push public.ecr.aws/h6i3a8b9/mastodon-streaming:${MASTODON_VERSION} -``` \ No newline at end of file +```