We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e422b05 commit 8fd2889Copy full SHA for 8fd2889
1 file changed
compose.yml
@@ -3,12 +3,18 @@ services:
3
#build:
4
# context: .
5
# dockerfile: Dockerfile # Dockerfile-GPU
6
- image: ghcr.io/timerring/bilive:latest # ghcr.io/timerring/bilive-gpu:latest
+ image: ghcr.io/timerring/bilive:0.3.0 # ghcr.io/timerring/bilive-gpu:0.3.0
7
restart: always
8
container_name: bilive_docker
9
ports:
10
- "22333:2233"
11
tty: true
12
stdin_open: true
13
volumes:
14
- - ./app:/app
+ - ./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