DouyinLiveRecorder/docker-compose.yaml
2024-01-02 07:10:19 +08:00

13 lines
205 B
YAML

version: '3.8'
services:
app:
image: douyin-live-recorder
environment:
- TERM=xterm-256color
tty: true
stdin_open: true
build: .
volumes:
- .:/app
restart: always