confirmed rusty-pipe hooks up out of the box with just 1 docker change
This commit is contained in:
@@ -38,7 +38,7 @@ See `./config.d/rusty-pipe.d`
|
||||
### Docker
|
||||
|
||||
```bash
|
||||
docker build -f Dockerfile -t mayhem-party-venue . && docker run -p 17070-17071:17070-17071 --rm -it -v /run/user/$UID/pulse/native:/run/user/0/pulse/native -e PULSE_SERVER=unix:/run/user/0/pulse/native -v "$PWD"/mnt.d:/mnt mayhem-party-venue
|
||||
docker build -f Dockerfile -t mayhem-party-venue . && docker run -p 17071:17071 -p 17070:17070/udp --rm -it -v /run/user/$UID/pulse/native:/run/user/0/pulse/native -e PULSE_SERVER=unix:/run/user/0/pulse/native -v "$PWD"/mnt.d:/mnt -e DEBUG=true mayhem-party-venue
|
||||
```
|
||||
|
||||
## TTS
|
||||
|
||||
Reference in New Issue
Block a user