From 905d40cd2ce77e2c362e015a2ce1692a4ad38693 Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Fri, 27 Aug 2021 19:38:46 +0200 Subject: [PATCH] Use the CLI format specified in help --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28807a4..2a7ba01 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A gitea image with [pandoc](https://pandoc.org/) support. ``` dokku apps:create gitea -dokku config:set gitea --no-restart TZ=Europe/Rome +dokku config:set --no-restart gitea TZ=Europe/Rome dokku config:set --no-restart gitea DOKKU_LETSENCRYPT_EMAIL=example@example.org dokku postgres:create gitea