cloudflare / cloudflared

Cloudflare Tunnel client (formerly Argo Tunnel)

Home Page:https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/tunnel-guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐛 Cloudflare tunnel fails to come up when re-deploying

mike12806 opened this issue · comments

Describe the bug
When I attempt to re-deploy an existing container with latest image (after initially deploying from the cloudflare script), I get the following error:

“'Network-scoped alias is supported only for containers in user defined networks'

To Reproduce
Steps to reproduce the behavior:

  1. Configure '...'
  2. Run '....'
  3. See error

If it's an issue with Cloudflare Tunnel:
4. Tunnel ID : 618e5748-220a-44f2-8a02-42f556a8582c
5. cloudflared config: Docker

Expected behavior
A clear and concise description of what you expected to happen.

Environment and versions

  • OS: [e.g. MacOS] Ubuntu 22.04
  • Architecture: [e.g. AMD, ARM] Docker
  • Version: [e.g. 2022.02.0] Docker 20.10.17

Logs and errors
If applicable, add logs or errors to help explain your problem.

Additional context
Add any other context about the problem here.

Describe the bug When I attempt to re-deploy an existing container with latest image (after initially deploying from the cloudflare script), I get the following error:

“'Network-scoped alias is supported only for containers in user defined networks'

To Reproduce Steps to reproduce the behavior:

  1. Configure '...'
  2. Run '....'
  3. See error

If it's an issue with Cloudflare Tunnel: 4. Tunnel ID : 618e5748-220a-44f2-8a02-42f556a8582c 5. cloudflared config: Docker

Expected behavior A clear and concise description of what you expected to happen.

Environment and versions

  • OS: [e.g. MacOS] Ubuntu 22.04
  • Architecture: [e.g. AMD, ARM] Docker
  • Version: [e.g. 2022.02.0] Docker 20.10.17

Logs and errors If applicable, add logs or errors to help explain your problem.

Additional context Add any other context about the problem here.

Note: version 2024.1.3 is fine; issue occurs with 2024.1.4

Hi, that error seems to come from docker compose (look at docker/compose#3012) and doesn't seem related with cloudflared, can you explain better your setup, for example docker compose version and docker compose file.

Hi, that error seems to come from docker compose (look at docker/compose#3012) and doesn't seem related with cloudflared, can you explain better your setup, for example docker compose version and docker compose file.

Hi - thanks for taking a look. So the error was occurring on an install I had configured using the docker run command in the zero trust portal. After I reinstalled using a docker compose file, all seems fine?

Hi, that error seems to come from docker compose (look at docker/compose#3012) and doesn't seem related with cloudflared, can you explain better your setup, for example docker compose version and docker compose file.

Hi - thanks for taking a look. So the error was occurring on an install I had configured using the docker run command in the zero trust portal. After I reinstalled using a docker compose file, all seems fine?

Would be awesome if the docker-compose file was provided in the cloudflare zero access UI for ease of install

Will take that suggestion to our product manager and see what he thinks about it.

Thanks!