Replies: 3 comments 32 replies
-
You'll have to provide more detail on how exactly you are starting up the Docker service. Otherwise, all we can do is to guess. |
Beta Was this translation helpful? Give feedback.
30 replies
-
I see mumble-server running.
I see postgres running
mumo is not running and gives a "Request failed with status code 409"
message when I start it.
clients can't connect. So I may have answered some of my questions.
…On 3/16/2023 10:57 AM, azlux wrote:
This look like a indent issue:
YAML is indentation dependent.
|services: postgres: |
should be :
|services: postgres: |
—
Reply to this email directly, view it on GitHub
<#31 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A44QF3OUF4EMLGTCAX6YL3DW4MS7JANCNFSM6AAAAAAVYOTRHA>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not sure where to start! I'm VERY new to mumble, Synology & Docker. I've got absolutely no idea (sort of) what I'm doing. I have portainer installed on my Synology DS918+. I was able to get RustDesk to work. I just followed one of the online instructions and no issues that I know of so far!
Recently I was introduced to mumble. It should be a great answer to what I would like to do (mostly have ham radio audio get passed, duplex). I know there are lots of threads to do this on a raspberry pi. Yea, I have a couple that I could use. I thought the Synology NAS would be a better option!!
If I specify what I think is the right path to my NAS, I get:
/entrypoint.sh: line 77: /data/mumble_server_config.ini: Permission denied in the logs for the container.
If I let the system create the container/stack from mumblevoip/mumble-server, no issues.
The problem is that I have NO idea on how or where to edit things. I tried and the terminal told me that there is NO editor and I don't have any option to install one.
Anyone that can help would be awesome! I need a little training and understanding of how this works. The good news, my works schedule got better with the weather coming in!
Beta Was this translation helpful? Give feedback.
All reactions