docs/advanced/migrations/docker-environment-variables.md
{% hint style="info" %}
This page only applies to Reacher version 0.7. For the beta v0.10 version, see reacher-configuration-v0.10.md.
{% endhint %}
Reacher's software is available on Docker Hub. You can get started using the default parameters:
docker run -p 8080:8080 reacherhq/backend:latest
Below are the environment variables used to configure the HTTP server. To pass them to the Docker container, use the -e {ENV_VAR}={VALUE} flag.