Skip to content

Commit

Permalink
Merge pull request #78 from xick/patch-2
Browse files Browse the repository at this point in the history
Update README.md : add docker compose instructions
  • Loading branch information
g0ldyy authored Jul 23, 2024
2 parents c6ae52f + 41101b6 commit 5121c08
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,18 @@ ElfHosted offer "one-click" [private Comet instances](https://elfhosted.com/app/
```

- Finally, re-run the docker run command

### With Docker Compose
- Copy *compose.yaml* in a directory
- Copy *env-sample* to *.env* in the same directory
- Pull the latest version from docker hub
```sh
docker compose pull
```
- Run
```sh
docker compose up -d
```

## Debrid IP Blacklist
To bypass Real-Debrid's (or AllDebrid) IP blacklist, start a cloudflare-warp container: https://github.com/cmj2002/warp-docker
Expand Down

0 comments on commit 5121c08

Please sign in to comment.