Skip to content

Instantly share code, notes, and snippets.

@ndzn
Created November 16, 2022 15:10
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 ndzn/77ff8e97cfa37f0fc5ffdfdfe13e0280 to your computer and use it in GitHub Desktop.
Save ndzn/77ff8e97cfa37f0fc5ffdfdfe13e0280 to your computer and use it in GitHub Desktop.
cloudflared docker compose
version: "3.9"
services:
tunnel:
container_name: cloudflared-tunnel
image: cloudflare/cloudflared
restart: unless-stopped
command: tunnel run
environment:
- TUNNEL_TOKEN=mytokengoeshere
#networks:
# default:
# external:
# name: wordpress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment