fix: remove tunnel service container name
This commit is contained in:
parent
cdb80bf13a
commit
1f8667d43d
|
|
@ -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