Skip to content

Commit ce44fc0

Browse files
committed
Rephrase preinstall requirements
1 parent 8b94c71 commit ce44fc0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Taskfile.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,11 @@ tasks:
128128
- echo "Pre-installation Requirements"
129129
- echo "===================================================="
130130
- echo ""
131-
- echo "- Edit .env.docker.local and provide your own configuration settings."
132-
- echo "- Copy your SSL certificate files (docker.crt and docker.key) to the ssl-folder"
131+
- echo "To proceed with the installation, ensure the following steps are completed:"
132+
- echo "1. Update '.env.docker.local' with your domain name (replace all 5 instances) and set secure passwords."
133+
- echo "2. Place your SSL certificate files ('docker.crt' and 'docker.key') in the 'traefik/ssl' directory."
133134
- echo ""
134-
- echo "Have you completed the above pre-install requirements? (yes/no)"
135+
- echo "Have you completed the above pre-installation steps? (yes/no)"
135136
- |
136137
read answer && case $answer in
137138
[Yy][Ee][Ss]) ;;

0 commit comments

Comments
 (0)