You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
.github/workflows | 3 months ago | |
Dockerfile | 3 months ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
deploy.sh | 2 years ago |
README.md
MurmurRPI
It is docker image for Raspberry PI to launch Mumble
server.
Configuration and environment
Docker compose configuration:
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 (including password
, database
and other things configuration)