update docker-compose.yaml

This commit is contained in:
ihmily
2024-01-24 23:18:00 +08:00
parent 37aeddbe71
commit 006e9a30c3

View File

@@ -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