Skip to content

Commit

Permalink
console: docker image: listen on all hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed Feb 6, 2024
1 parent bef78ba commit 50b727d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-start-console.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ healthcheck() {

start_console() {
cd /app/webapps/console
node server.js & echo $! > /app/console.pid
HOSTNAME=0.0.0.0 node server.js & echo $! > /app/console.pid
return $?
}

Expand Down

0 comments on commit 50b727d

Please sign in to comment.