mirror of
https://github.com/timerring/bilive.git
synced 2026-09-02 19:03:47 +08:00
fix: update compose file
This commit is contained in:
10
compose.yml
10
compose.yml
@@ -3,7 +3,7 @@ services:
|
||||
#build:
|
||||
# context: .
|
||||
# dockerfile: Dockerfile # Dockerfile-GPU
|
||||
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
|
||||
restart: always
|
||||
container_name: bilive_docker
|
||||
ports:
|
||||
@@ -11,4 +11,10 @@ services:
|
||||
tty: true
|
||||
stdin_open: true
|
||||
volumes:
|
||||
- ./app:/app
|
||||
- ./app:/app
|
||||
- your/path/to/bilive.toml:/app/bilive.toml
|
||||
- your/path/to/settings.toml:/app/settings.toml
|
||||
- your/path/to/Videos:/app/Videos
|
||||
- your/path/to/logs:/app/logs
|
||||
environment:
|
||||
- RECORD_KEY=your_record_password # your record password
|
||||
Reference in New Issue
Block a user