update network mode
Some checks failed
Build and Push Docker Image / build (push) Failing after 14s

This commit is contained in:
reonokiy 2025-05-20 21:28:58 +08:00
parent 0b708d13b6
commit 17ab5ceecd
Signed by: reonokiy
SSH key fingerprint: SHA256:2VjKpUxMIe0QYY3OVnOMuPiB0X5pvrIpJ+UiyFhxtq0

View file

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