Skip to content

Commit

Permalink
docs: Add docs for docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
amritupreti committed Jul 23, 2024
1 parent 6282c63 commit 70752e2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 70752e2

Please sign in to comment.