fix: persist DC9 sing-box ACME storage
This commit is contained in:
@@ -14,4 +14,4 @@ VLESS_PORT=22590
|
||||
VLESS_UUID=00000000-0000-4000-8000-000000000000
|
||||
REALITY_SERVER_NAME=www.cloudflare.com
|
||||
REALITY_PRIVATE_KEY=change-me
|
||||
REALITY_SHORT_ID=01234567
|
||||
REALITY_SHORT_ID=0123456789abcdef
|
||||
|
||||
@@ -30,7 +30,7 @@ services:
|
||||
restart: "no"
|
||||
|
||||
sing-box:
|
||||
image: ghcr.io/sagernet/sing-box:v1.12.13
|
||||
image: ghcr.io/sagernet/sing-box:v1.14.0
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
config-render:
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"server_name": "${DOMAIN}",
|
||||
"acme": {
|
||||
"domain": "${DOMAIN}",
|
||||
"data_directory": "/var/lib/sing-box/certmagic-anytls",
|
||||
"email": "${ACME_EMAIL}",
|
||||
"dns01_challenge": {
|
||||
"provider": "cloudflare",
|
||||
|
||||
Reference in New Issue
Block a user