Installation
The recommended way to install Sprout is with a Docker image.
Docker Setup
To get started, choose either the Docker Compose or Docker Run method below.
| compose.yml | |
|---|---|
- Sprout's configuration and database is under
/sprout. - See configuration for more info
- Sprout's configuration and database is under
/sprout. - See configuration for more info
Warning
You must configure an encryption key or Sprout will fail to start. You should check out configuration for more info on how to configure Sprout.
Docker Images
Sprout offers Docker images to suit different needs.
croudebush/sprout:stable: (Recommended) This is the image for most users. It is only updated with tagged, stable releases from themainbranch.croudebush/sprout:dev: This image is tied directly to themainbranch and updates with every commit. Use this for testing the latest features, but expect potential instability.