WC2L Posted December 20, 2022 Share Posted December 20, 2022 If I use the docker-compose script, the install goes as it needs to run. I can even make connections. I tried to remove the "expose 6502 "(default ICE interface??). That throws errors. I have not been able to figure out how to configure/setup some of the locations (databases, logs, config,etc.), passwords, etc. It seems like all of the instructions are for server/PC based installs (like modifying the ini). So if I go to https://mumble.info, there are no links to the docker image (that I have found). if you go to the docker-hub, there are 220 packages. Not easy to find the official version 😉 So for those of us new to all of this, not a lot of help. Looking for guidance. Link to comment Share on other sites More sharing options...
Administrators Krzmbrzl Posted December 20, 2022 Administrators Share Posted December 20, 2022 https://github.com/mumble-voip/mumble-docker#configuration Link to comment Share on other sites More sharing options...
WC2L Posted December 21, 2022 Author Share Posted December 21, 2022 OK, I can get it up and running using docker config. When I go here: Murmur.ini - Mumble Wiki The link at the top for the latest for the latest ini is bad: You can find the most recent version of murmur.ini on Github: https://github.com/mumble-voip/mumble/blob/master/scripts/murmur.ini. At the basic, want to place some o the stuff in the docker container or in the NAS container. Not sure what the right answer is "logfile: /volume1/NAS/mumble/murmur.log" says it is invalid input Not sure if it matters. This is running on Synology NAS, Running Docker with Portainer. Link to comment Share on other sites More sharing options...
Administrators Krzmbrzl Posted December 21, 2022 Administrators Share Posted December 21, 2022 6 hours ago, WC2L said: The link at the top for the latest for the latest ini is bad: In a first approximation this sadly applies to about everything that is currently on the wiki. It is essentially only a collection of historic information that hasn't been updated in quite a while... For reference, this is where the up-to-date ini lives now: https://github.com/mumble-voip/mumble/blob/master/auxiliary_files/mumble-server.ini 6 hours ago, WC2L said: At the basic, want to place some o the stuff in the docker container or in the NAS container. Not sure what the right answer is "logfile: /volume1/NAS/mumble/murmur.log" says it is invalid input Not sure if it matters. This is running on Synology NAS, Running Docker with Portainer. I have no idea about any of that (again: it is probably better to ask directly on GitHub. There, I can ping folks who know Docker better than me), but with the information given, nobody will be able to help you (I assume) anyway. Where does it say "invalid input"? Is this coming from Mumble or somewhere else? And what exactly are your inputs here? Link to comment Share on other sites More sharing options...
WC2L Posted December 21, 2022 Author Share Posted December 21, 2022 I will ask on GitHub. I wanted to add one line at a time to know where the issues are: services: mumble-server: image: mumblevoip/mumble-server:<tag> container_name: mumble-server hostname: mumble-server logfile: /volume1/NAS/mumble/murmur.log restart: on-failure ports: - 64738:64738 - 64738:64738/udp Link to comment Share on other sites More sharing options...
Administrators Krzmbrzl Posted December 21, 2022 Administrators Share Posted December 21, 2022 Ah - the configuration doesn't work this way. You have to use environment variables. If you want to use a docker-compose file, have a look at https://github.com/mumble-voip/mumble-docker/wiki/docker_example_mumble_mumo_postgres to see how that can be done. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now