's'
This commit is contained in:
16
docker-compose.yaml
Normal file
16
docker-compose.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
app:
|
||||
image: ihmily/douyin-live-recorder:latest
|
||||
environment:
|
||||
- TERM=xterm-256color
|
||||
tty: true
|
||||
stdin_open: true
|
||||
#build: .
|
||||
volumes:
|
||||
- ./config:/app/config
|
||||
- ./logs:/app/logs
|
||||
- ./backup_config:/app/backup_config
|
||||
- ./downloads:/app/downloads
|
||||
restart: always
|
||||
Reference in New Issue
Block a user