chore: document custom port mapping in docker-compose.yml

Add a comment above the ports entry in docker-compose.yml indicating the custom mapped port (25500). This is a non-functional change to improve clarity for maintainers.
This commit is contained in:
Aethersailor
2026-04-20 09:02:16 +08:00
parent b15cd16379
commit 2670510121

View File

@@ -6,6 +6,7 @@ services:
container_name: "SubConverter-Extended"
image: "aethersailor/subconverter-extended:latest"
ports:
# 自定义映射端口号
- "25500:25500/tcp"
restart: unless-stopped
environment: