edit tunnel in docker compose
This commit is contained in:
parent
a01257ead9
commit
ded3c0cc18
7 changed files with 53 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ services:
|
|||
image: cloudflare/cloudflared:latest
|
||||
container_name: hermes-tunnel
|
||||
restart: always
|
||||
command: tunnel --url http://browser:6080
|
||||
command: tunnel --protocol http2 --url http://browser:6080
|
||||
networks:
|
||||
- hermes-net
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue