Give more details to users when using the letsencrypt create command. (#4956)

* Update docker.sh

* Update docker.sh

Co-authored-by: Buster "Silver Eagle" Neece <buster@busterneece.com>
This commit is contained in:
Mitch 2022-01-07 08:59:36 +00:00 committed by GitHub
parent b23f28ab2a
commit 21b18d4689
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -772,8 +772,12 @@ uninstall() {
# Usage: ./docker.sh letsencrypt-create
#
letsencrypt-create() {
setup-letsencrypt
echo "This script will automatically attempt to update your .env file, but if you see no response, you can:"
echo " - Manually edit .env and provide a LETSENCRYPT_HOST and LETSENCRYPT_EMAIL"
echo " - Stop existing services by running docker-compose down"
echo " - Start services again by running docker-compose up -d"
setup-letsencrypt
docker-compose down
docker-compose up -d
exit