fix show ports on start

This commit is contained in:
mercury
2025-01-07 21:00:06 +04:00
parent 159f775e12
commit b9155cf674
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -6938,7 +6938,7 @@ DNS-over-HTTPS with IP:
]],
[[
'text' => $this->i18n($c['ss'] ? 'on' : 'off') . ' 8388 Shadowsocks',
'callback_data' => "/hidePort ad",
'callback_data' => "/hidePort ss",
]],
];
$data[] = [
+1
View File
@@ -164,6 +164,7 @@ services:
- ./update:/update
- ./.git:/.git
- ./scripts/start_service.sh:/start_service.sh
- ./docker-compose.override.yml:/docker/compose
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
IP: ${IP}