Marc Cataford
57a2b02c74
* infra(techdebt): migrate bastion, deluge to not use compose * infra: migrate plex, move env files out of repository path * infra: migrate bitwarden * infra: add version tagging * chore: linting + docs
7 lines
121 B
Text
7 lines
121 B
Text
FROM cloudflare/cloudflared:1414-cb4bd8d06572
|
|
|
|
ARG TUNNEL_SECRET
|
|
|
|
ENV TUNNEL_TOKEN=$TUNNEL_SECRET
|
|
|
|
CMD ["tunnel", "run"]
|