Skip to content

Instantly share code, notes, and snippets.

@WisdomSky
Created September 6, 2023 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WisdomSky/9d2d2ca8286fc450f549df9fccd66966 to your computer and use it in GitHub Desktop.
Save WisdomSky/9d2d2ca8286fc450f549df9fccd66966 to your computer and use it in GitHub Desktop.
Update cloudflared-web docker image
  1. Open the cloudflared-web WebUI and back-up the token by copying it and pasting it temporarily somewhere.

  2. Get cloudflared-web container id:

sudo docker ps
  1. Stop and remove the cloudflared-web container:
sudo docker stop <container_id>
sudo docker rm <container_id>

Replace <container_id> with the actual container id

  1. Pull the latest image:
sudo docker pull wisdomsky/cloudflared-web:latest
  1. Run cloudflared-web:
sudo docker run --network host wisdomsky/cloudflared-web:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment