Merge pull request #183 from ThanatosDi/fix/remove-tunnel-container-name
fix: remove tunnel service container name
This commit is contained in:
commit
f060fa66a4
|
|
@ -1,7 +1,6 @@
|
|||
version: '3'
|
||||
services:
|
||||
tunnel:
|
||||
container_name: cloudflared-tunnel
|
||||
image: cloudflare/cloudflared
|
||||
restart: unless-stopped
|
||||
command: tunnel --no-autoupdate run
|
||||
|
|
|
|||
Loading…
Reference in New Issue