Skip to content

Commit

Permalink
More correct log message when running from docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Apr 3, 2018
1 parent 40eece9 commit aeda6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-docker
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ port=${2:-$default_port}

db_dir=$(dirname $1)
db_file=$(basename $1)
echo "Starting on: http://127.0.0.1:$port"
echo "Starting on: http://0.0.0.0:$port"
docker run -it --rm -p "$port:8080" -v $db_dir:/data -e SQLITE_DATABASE="$db_file" coleifer/sqlite-web

0 comments on commit aeda6e5

Please sign in to comment.