Bind workhorse on 0.0.0.0:3000
.
This change in Procfile.example
makes it possible to use Workhorse in raw Docker container, without mapping container ports using Docker mechanisms.
It can be now available by accessing Docker container directly through docker0
interface (like 172.17.0.1:3000
).