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
.
- Sprout's configuration and database is under
/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 themain
branch.croudebush/sprout:dev
: This image is tied directly to themain
branch and updates with every commit. Use this for testing the latest features, but expect potential instability.