Skip to content

Commit 8fd2889

Browse files
committed
fix: update compose file
1 parent e422b05 commit 8fd2889

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

compose.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@ services:
33
#build:
44
# context: .
55
# dockerfile: Dockerfile # Dockerfile-GPU
6-
image: ghcr.io/timerring/bilive:latest # ghcr.io/timerring/bilive-gpu:latest
6+
image: ghcr.io/timerring/bilive:0.3.0 # ghcr.io/timerring/bilive-gpu:0.3.0
77
restart: always
88
container_name: bilive_docker
99
ports:
1010
- "22333:2233"
1111
tty: true
1212
stdin_open: true
1313
volumes:
14-
- ./app:/app
14+
- ./app:/app
15+
- your/path/to/bilive.toml:/app/bilive.toml
16+
- your/path/to/settings.toml:/app/settings.toml
17+
- your/path/to/Videos:/app/Videos
18+
- your/path/to/logs:/app/logs
19+
environment:
20+
- RECORD_KEY=your_record_password # your record password

0 commit comments

Comments
 (0)