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

This commit is contained in:
reonokiy 2025-05-20 21:44:47 +08:00
parent 17ab5ceecd
commit f16aef4c24
Signed by: reonokiy
SSH key fingerprint: SHA256:2VjKpUxMIe0QYY3OVnOMuPiB0X5pvrIpJ+UiyFhxtq0

View file

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