From f16aef4c243d7a514728a6025f71142fc29ffc02 Mon Sep 17 00:00:00 2001 From: reonokiy Date: Tue, 20 May 2025 21:44:47 +0800 Subject: [PATCH] update --- docker-compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index b389d09..a651347 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -5,7 +5,6 @@ services: dockerfile: Dockerfile restart: always container_name: sing-box - network_mode: host environment: UP_MBPS: ${UP_MBPS:-100} DOWN_MBPS: ${DOWN_MBPS:-100} @@ -15,3 +14,5 @@ services: INFISICAL_SECRET_ENV: ${INFISICAL_SECRET_ENV:-prod} INFISICAL_MACHINE_CLIENT_ID: ${INFISICAL_MACHINE_CLIENT_ID} INFISICAL_MACHINE_CLIENT_SECRET: ${INFISICAL_MACHINE_CLIENT_SECRET} + ports: + - 443:443