mirror of
https://github.com/stryan/mumble-discord-bridge.git
synced 2024-11-22 21:35:44 -05:00
8d9df9e95b
remove toMumble gain
13 lines
271 B
Plaintext
13 lines
271 B
Plaintext
version: "3.8"
|
|
|
|
services:
|
|
mumble-discord-bridge:
|
|
image: stieneee/mumble-discord-bridge
|
|
restart: always
|
|
environment:
|
|
- MUMBLE_ADDRESS=
|
|
- MUMBLE_USERNAME=
|
|
- MUMBLE_PASSWORD=
|
|
- DISCORD_TOKEN=
|
|
- DISCORD_GID=
|
|
- DISCORD_CID= |