Update filebrowser-v3.sh

don't show Docker IP
This commit is contained in:
tteckster 2022-08-04 06:24:49 -04:00 committed by GitHub
parent d0a56ffc44
commit c24dec5b01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
IP=$(hostname -I | awk '{print $1}')
YW=`echo "\033[33m"`
BL=`echo "\033[36m"`
RD=`echo "\033[01;31m"`
@ -86,4 +87,4 @@ msg_ok "Created Service"
msg_ok "Completed Successfully!\n"
echo -e "${APP} should be reachable by going to the following URL.
${BL}http://$(hostname -I):8080${CL} \n"
${BL}http://$IP:8080${CL} \n"