mirror of
https://github.com/ihmily/DouyinLiveRecorder.git
synced 2026-03-22 07:28:24 +08:00
update docker-compose.yaml
This commit is contained in:
@@ -2,12 +2,15 @@ version: '3.8'
|
||||
|
||||
services:
|
||||
app:
|
||||
image: ihmily/douyin-live-recorder:2.0.7
|
||||
image: ihmily/douyin-live-recorder:2.0.9
|
||||
environment:
|
||||
- TERM=xterm-256color
|
||||
tty: true
|
||||
stdin_open: true
|
||||
# build: .
|
||||
#build: .
|
||||
volumes:
|
||||
- .:/app
|
||||
restart: always
|
||||
- ./config:/app/config
|
||||
- ./logs:/app/logs
|
||||
- ./backup_config:/app/backup_config
|
||||
- ./downloads:/app/downloads
|
||||
restart: always
|
||||
Reference in New Issue
Block a user