From 70752e20a832a50d1c20684f3316b807cfac1c94 Mon Sep 17 00:00:00 2001 From: amritupreti Date: Tue, 23 Jul 2024 20:03:55 +0545 Subject: [PATCH] docs: Add docs for docker. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 0c398a2..7593991 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,18 @@ If you do not wish to use this, you can just rename `.example.env` to `.env` and 4. Run `make build` Your binary should now be tested, built, and you can run it with `bin/go-fast-cdn-linux` or `bin/go-fast-cdn-windows` or `bin/go-fast-cdn-darwin` + +## Quick Start with Docker + +### Clone the Repository + +``` +git clone https://github.com:kevinanielsen/go-fast-cdn +cd go-fast-cdn +``` + +### Docker Compose + +``` +docker-compose up -d +```