We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622dc61 commit 19d4ad0Copy full SHA for 19d4ad0
bin/docker/cmd.sh
@@ -2,7 +2,7 @@
2
3
/opt/countly/bin/docker/postinstall.sh
4
5
-if [ -z "$COUNTLY_CONFIG_FRONTEND_HOSTNAME" ]; then
+if [ -z "$COUNTLY_CONFIG_HOSTNAME" ]; then
6
echo "[docker] ERROR: Please set COUNTLY_CONFIG_HOSTNAME with your planned Countly hostname, i.e. countly.example.com"
7
fi
8
0 commit comments