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'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
tunnel:
|
tunnel:
|
||||||
container_name: cloudflared-tunnel
|
|
||||||
image: cloudflare/cloudflared
|
image: cloudflare/cloudflared
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: tunnel --no-autoupdate run
|
command: tunnel --no-autoupdate run
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue