diff --git a/README.md b/README.md index 62413a5d3..f70e7425a 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,16 @@ If you're a visual learner and prefer to watch a video walkthrough of setting up ## Docker -🚧 Docker containers and images are current in progress. We are actively working on bringing a simple Docker build and publish pipeline for Documenso. +We provide a Docker container for Documenso, which is published on both DockerHub and GitHub Container Registry. + +- DockerHub: [https://hub.docker.com/r/documenso/documenso](https://hub.docker.com/r/documenso/documenso) +- GitHub Container Registry: [https://ghcr.io/documenso/documenso](https://ghcr.io/documenso/documenso) + +You can pull the Docker image from either of these registries and run it with your preferred container hosting provider. + +Please note that you will need to provide environment variables for connecting to the database, mailserver, and so forth. + +For detailed instructions on how to configure and run the Docker container, please refer to the [Docker README](./docker/README.md) in the `docker` directory. ## Self Hosting