Skip to content

Commit 03a6428

Browse files
authored
Fix issue with configuration URL (#500)
* Update docker-entrypoint.sh * Patch fix with spacing
1 parent 9a7b88e commit 03a6428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/rootfs/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if bashio::config.true 'zigbee_herdsman_debug'; then
6060
export DEBUG="zigbee-herdsman:*"
6161
fi
6262
export NODE_PATH=/app/node_modules
63-
export ZIGBEE2MQTT_CONFIG_FRONTEND="{\"port\": 8099, \"url\": \"$(bashio::addon.ingress_entry)\"}"
63+
export ZIGBEE2MQTT_CONFIG_FRONTEND='{"port": 8099}'
6464

6565
# Expose addon configuration through environment variables.
6666
function export_config() {

0 commit comments

Comments
 (0)