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