Add char escaping to docker's entrypoint

This commit is contained in:
Alexey Olshanskiy 2024-09-05 17:55:56 +03:00
parent 94a62b1df2
commit d17b20705a
No known key found for this signature in database
GPG Key ID: F97EE2DDAF8A949F

View File

@ -109,7 +109,7 @@ if [ -n "$CLICKHOUSE_USER" ] && [ "$CLICKHOUSE_USER" != "default" ] || [ -n "$CL
<networks>
<ip>::/0</ip>
</networks>
<password>${CLICKHOUSE_PASSWORD}</password>
<password><![CDATA[${CLICKHOUSE_PASSWORD//]]>/]]]]><![CDATA[>}]]></password>
<quota>default</quota>
<access_management>${CLICKHOUSE_ACCESS_MANAGEMENT}</access_management>
</${CLICKHOUSE_USER}>