Skip to content

Commit

Permalink
Add complete URI for ZK
Browse files Browse the repository at this point in the history
  • Loading branch information
yamelsenih committed Dec 9, 2023
1 parent 117bad5 commit bbd95eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-docker/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cd /usr/share/nginx/html/static/js
find -name 'index.html.*.js' -exec sed -i "s|http://localhost:9526|$VUE_HOST|g" {} \;

# Set ZK host client
find -name 'index.html.*.js' -exec sed -i "s|http://localhost:8888|$ZK_HOST|g" {} \;
find -name 'index.html.*.js' -exec sed -i "s|http://localhost:8888/webui/|$ZK_HOST|g" {} \;

# Start nginx web server
nginx && tail -f /dev/null

0 comments on commit bbd95eb

Please sign in to comment.