mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
add pptp-arm
This commit is contained in:
29
murmur/README.md
Normal file
29
murmur/README.md
Normal file
@@ -0,0 +1,29 @@
|
||||
murmur
|
||||
======
|
||||
|
||||
## docker-compose.yml
|
||||
|
||||
```yaml
|
||||
murmur:
|
||||
image: vimagick/murmur
|
||||
ports:
|
||||
- "64738:64738/tcp"
|
||||
- "64738:64738/udp"
|
||||
restart: always
|
||||
```
|
||||
|
||||
## Server Setup
|
||||
|
||||
```bash
|
||||
$ docker-compose up -d
|
||||
$ docker-compose logs
|
||||
```
|
||||
|
||||
> Superuser password was generated at startup.
|
||||
|
||||
## Client Setup
|
||||
|
||||
- Android: <https://play.google.com/store/apps/details?id=com.morlunk.mumbleclient.free>
|
||||
- IOS:
|
||||
- Windows:
|
||||
- MacOSX:
|
||||
Reference in New Issue
Block a user