From 440e0fe335ffbc03705573439e41cd6d2a1205cb Mon Sep 17 00:00:00 2001 From: Serdar Gokay Kucuk Date: Sun, 17 Jul 2022 01:28:06 +0300 Subject: [PATCH] Updated readme. I've just followed the tutorial and updated obsolete parts. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3fdba26..0a8a9b6 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ Now we can push Minio to Dokku (_before_ moving on to the [next part](#domain-and-ssl-certificate)). ```bash -git push dokku master +git push dokku main ``` ## SSL certificate @@ -154,8 +154,7 @@ Encrypt](https://letsencrypt.org/). ```bash dokku config:set --no-restart minio DOKKU_LETSENCRYPT_EMAIL=you@example.com -dokku letsencrypt minio -dokku proxy:ports-set minio https:443:9000 +dokku letsencrypt:enable minio ``` > **Note**: you must execute these steps *after* pushing the app to Dokku