Skip to content

Commit

Permalink
update docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ihmily committed Jan 24, 2024
1 parent 37aeddb commit 006e9a3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 006e9a3

Please sign in to comment.