mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-12-24 13:37:58 +08:00
10 lines
159 B
YAML
10 lines
159 B
YAML
version: "3"
|
|
services:
|
|
subconverter:
|
|
image: stilleshan/subconverter
|
|
container_name: subconverter
|
|
ports:
|
|
- 25500:25500
|
|
restart: always
|
|
|