Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
J4mez authored Sep 28, 2023
1 parent ca40078 commit cd5aae2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version: '3'

services:
warp:
image: caomingjun/warp
image: ghcr.io/j4mez/warp-proxy:main
container_name: warp
restart: always
ports:
Expand Down Expand Up @@ -65,6 +65,6 @@ HEALTHCHECK --interval=15s --timeout=5s --start-period=30s --retries=3 \

If you don't want the container to restart automatically, you can remove `restart: always` from the `docker-compose.yml`. You can also modify the parameters of the health check through the `docker-compose.yml`.

## Further reading
## Credits:

Read in my [blog post](https://blog.caomingjun.com/run-cloudflare-warp-in-docker/en/#How-it-works).
This is a fork of https://github.com/cmj2002/warp-docker

0 comments on commit cd5aae2

Please sign in to comment.