mirror of
https://github.com/ihmily/DouyinLiveRecorder.git
synced 2025-12-26 05:48:32 +08:00
13 lines
205 B
YAML
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 |