This commit is contained in:
parent
0b708d13b6
commit
17ab5ceecd
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue