We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c730a16 commit eb7a4c4Copy full SHA for eb7a4c4
scripts/itkdev-docker-compose
@@ -87,7 +87,7 @@ function template_install {
87
if [ -z "$project_name" ]; then
88
project_name=$project_name_default
89
fi
90
- read -p "Domain? " -e domain
+ read -p "Domain (optional)? " -e domain
91
cat > $target_dir/.env <<EOF
92
COMPOSE_PROJECT_NAME=$project_name
93
COMPOSE_DOMAIN=$domain
0 commit comments