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:
@@ -6,6 +6,7 @@ services:
|
||||
container_name: "SubConverter-Extended"
|
||||
image: "aethersailor/subconverter-extended:latest"
|
||||
ports:
|
||||
# 自定义映射端口号
|
||||
- "25500:25500/tcp"
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user