Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ docker run -itd \
--name bilive_docker \
-e RECORD_KEY=your_record_password \
-p 22333:2233 \
ghcr.io/timerring/bilive:0.3.0
ghcr.io/timerring/bilive:0.3.1
```

#### 有 GPU 版本
Expand All @@ -344,7 +344,7 @@ sudo docker run -itd \
--name bilive_docker_gpu \
-e RECORD_KEY=your_record_password \
-p 22333:2233 \
ghcr.io/timerring/bilive-gpu:0.3.0
ghcr.io/timerring/bilive-gpu:0.3.1
```

### Docker Compose
Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
#build:
# context: .
# dockerfile: Dockerfile # Dockerfile-GPU
image: ghcr.io/timerring/bilive:0.3.0 # ghcr.io/timerring/bilive-gpu:0.3.0
image: ghcr.io/timerring/bilive:0.3.1 # ghcr.io/timerring/bilive-gpu:0.3.1
restart: always
container_name: bilive_docker
ports:
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ docker run -itd \
--name bilive_docker \
-e RECORD_KEY=your_record_password \
-p 22333:2233 \
ghcr.io/timerring/bilive:0.3.0
ghcr.io/timerring/bilive:0.3.1
```

#### GPU version
Expand All @@ -236,7 +236,7 @@ sudo docker run \
--gpus 'all,"capabilities=compute,utility,video"' \
--name bilive_docker_gpu \
-p 22333:2233 \
ghcr.io/timerring/bilive-gpu:0.3.0
ghcr.io/timerring/bilive-gpu:0.3.1
```

### Docker Compose
Expand Down