Skip to content

Commit eb7a4c4

Browse files
committed
Made it clear(er) that “Domain” is optional
1 parent c730a16 commit eb7a4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/itkdev-docker-compose

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function template_install {
8787
if [ -z "$project_name" ]; then
8888
project_name=$project_name_default
8989
fi
90-
read -p "Domain? " -e domain
90+
read -p "Domain (optional)? " -e domain
9191
cat > $target_dir/.env <<EOF
9292
COMPOSE_PROJECT_NAME=$project_name
9393
COMPOSE_DOMAIN=$domain

0 commit comments

Comments
 (0)