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 3d58458 commit 10803a0Copy full SHA for 10803a0
bin/docker-create-project
@@ -129,7 +129,7 @@ function create_docker_compose_file()
129
rm "${compose_file}.bak"
130
131
echo "Host: ${host}"
132
- sed -i.bak "s#rule=Host(.*#rule=Host(\\\`${host}\\\`)#g" "${compose_file}"
+ sed -i.bak "s#rule=Host(.*#rule=Host(\\\`${host}\\\`)\\\"#g" "${compose_file}"
133
134
135
echo "Document root: ${document_root}"
0 commit comments