Without this, it is expected to run the forgerie code on the same machine as the
phabricator host.
With this, we can make the container access the "local" mysql:
docker run -v /srv/phabricator:/srv/phabricator --name forgerie --rm --net=host -it forgerie bash
(which with ssh tunnel is really phab's mysql).
Related to T4064