DouyinLiveRecorder/docker-compose.yaml
2024-01-02 15:47:37 +08:00

14 lines
221 B
YAML

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