File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -128,10 +128,11 @@ tasks:
128
128
- echo "Pre-installation Requirements"
129
129
- echo "===================================================="
130
130
- 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."
133
134
- 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)"
135
136
- |
136
137
read answer && case $answer in
137
138
[Yy][Ee][Ss]) ;;
You can’t perform that action at this time.
0 commit comments