edit tunnel in docker compose

This commit is contained in:
Тимошенко Артём 2026-03-31 23:58:44 +03:00
parent a01257ead9
commit ded3c0cc18
7 changed files with 53 additions and 1 deletions

View file

@ -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