mirror of
https://github.com/InsanusMokrassar/MurmurRPI.git
synced 2024-11-23 16:08:45 +00:00
Create README.md
This commit is contained in:
parent
0fbb3744fd
commit
985e584cd2
29
README.md
Normal file
29
README.md
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# MurmurRPI
|
||||||
|
|
||||||
|
It is docker image for Raspberry PI to launch `Mumble` server.
|
||||||
|
|
||||||
|
## Configuration and environment
|
||||||
|
|
||||||
|
Docker compose configuration:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
version: "3.4"
|
||||||
|
|
||||||
|
services:
|
||||||
|
murmur:
|
||||||
|
image: insanusmokrassar/murmur
|
||||||
|
ports:
|
||||||
|
- "64738:64738"
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Europe/London
|
||||||
|
volumes:
|
||||||
|
- "/path/to/data:/etc/murmur"
|
||||||
|
- "/path/to/murmur.ini:/etc/murmur.ini"
|
||||||
|
- "/path/to/lib:/var/lib/murmur"
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
Here you may read more about [murmur.ini](https://wiki.mumble.info/wiki/Murmur.ini) (including `password`, `database` and other things configuration)
|
Loading…
Reference in New Issue
Block a user