From 4ea8c26dc004b31718aaa17fc80ed9c1dcf67ff5 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sat, 1 Jun 2019 21:38:02 +0100 Subject: [PATCH] Make init-letsencrypt.sh executable so that users don't have to git tracks file permissions, so we don't need to rely on users doing this. --- README.md | 13 ++++++------- init-letsencrypt.sh | 0 2 files changed, 6 insertions(+), 7 deletions(-) mode change 100644 => 100755 init-letsencrypt.sh diff --git a/README.md b/README.md index 9beaffc..8c3bd88 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,13 @@ application. - Add domains and email addresses to init-letsencrypt.sh - Replace all occurrences of example.org with primary domain (the first one you added to init-letsencrypt.sh) in data/nginx/app.conf -4. Run init the script: -``` -chmod +x ./init-letsencrypt.sh -./init-letsencrypt.sh -``` +4. Run the init script: -5. Run server: -`docker-compose up` + ./init-letsencrypt.sh + +5. Run the server: + + docker-compose up ## Got questions? Feel free to post questions in the comment section of the [accompanying guide](https://medium.com/@pentacent/nginx-and-lets-encrypt-with-docker-in-less-than-5-minutes-b4b8a60d3a71) diff --git a/init-letsencrypt.sh b/init-letsencrypt.sh old mode 100644 new mode 100755