From 7319e24f10038b3a40fb7c97c8b77d3215147fbd Mon Sep 17 00:00:00 2001 From: winkidney Date: Tue, 10 Dec 2019 20:58:02 +0800 Subject: [PATCH] Doc: Fix display error for docker config-file --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eb4ec86..688a79b 100644 --- a/README.md +++ b/README.md @@ -56,10 +56,10 @@ changing settings file in `pinry/settings`. - Set any custom configuration options you need and run:: - cp docker-compose.example.yml docker-compose.yml - # edit docker-compose.yml and change the secret-key, - # don't forget to backup this config file. - docker-compose up -d + cp docker-compose.example.yml docker-compose.yml + \# edit docker-compose.yml and change the secret-key, + \# don't forget to backup this config file. + docker-compose up -d - If you want to run Pinry with current user in docker::