Ryan
CDCloudflare Developers
•Created by pettrusk on 1/22/2025 in #general-help
Tried to update cloudflare tunnel in my docker container
im guessing if you dont want to use docker-compose, when you shutdown the container, remove the current docker image and get it to repull the latest when you build again
7 replies
CDCloudflare Developers
•Created by pettrusk on 1/22/2025 in #general-help
Tried to update cloudflare tunnel in my docker container
when you need to update, you just shutdown (docker-compose down -v), remove docker image and
docker-compose up -d
again7 replies
CDCloudflare Developers
•Created by pettrusk on 1/22/2025 in #general-help
Tried to update cloudflare tunnel in my docker container
the docker-compose.yml script is as easy as this
7 replies
CDCloudflare Developers
•Created by pettrusk on 1/22/2025 in #general-help
Tried to update cloudflare tunnel in my docker container
also I use docker-compose to simplify all of this.
7 replies
CDCloudflare Developers
•Created by pettrusk on 1/22/2025 in #general-help
Tried to update cloudflare tunnel in my docker container
you need to configure on host, not inside container
7 replies
CDCloudflare Developers
•Created by pettrusk on 1/22/2025 in #general-help
Tried to update cloudflare tunnel in my docker container
7 replies