dockerfiles/sub/docker-compose.yml

11 lines
192 B
YAML
Raw Normal View History

2022-07-16 17:15:44 +08:00
version: "3"
services:
subconverter:
image: stilleshan/sub
container_name: sub
ports:
- 18080:80
volumes:
- ./conf:/usr/share/nginx/html/conf
restart: always