diff --git a/docker-compose.yaml b/docker-compose.yaml index a651347..b389d09 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -5,6 +5,7 @@ services: dockerfile: Dockerfile restart: always container_name: sing-box + network_mode: host environment: UP_MBPS: ${UP_MBPS:-100} DOWN_MBPS: ${DOWN_MBPS:-100} @@ -14,5 +15,3 @@ 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