Skip to content

Commit

Permalink
Merge pull request #97 from Inglan/main
Browse files Browse the repository at this point in the history
Add Docker deployment method
  • Loading branch information
silentsparrows authored Aug 9, 2024
2 parents e2fcf18 + 3b63403 commit ba3a193
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,14 @@ Doge Unblocker is a lightning-fast web proxy designed for performance and stealt
[![Deploy with Vercel](https://binbashbanana.github.io/deploy-buttons/buttons/remade/vercel.svg)](https://vercel.com/new/clone?repositoryurl=https://github.com/dogenetwork/v4)
[![Deploy to Koyeb](https://binbashbanana.github.io/deploy-buttons/buttons/remade/koyeb.svg)](https://app.koyeb.com/deploy?type=git&repository=github.com/dogenetwork/v4)

#### Deploy with Docker
```
git clone https://github.com/DogeNetwork/v4.git
cd v4
sudo docker build . -t doge
sudo docker run -p 8000:8000 doge
```


### Discord
[![Join us on Discord](https://invidget.switchblade.xyz/sWPHCdxCPU?theme=dark)](https://discord.gg/sWPHCdxCPU)

0 comments on commit ba3a193

Please sign in to comment.