/entrypoint.sh: line 77: /data/mumble_server_config.ini: Permission Denied #35
Unanswered
trymeouteh
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Does the issue persist when starting the server without podman? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run the container in podman, I get this error in my logs which is preventing me from running the container.
/entrypoint.sh: line 77: /data/mumble_server_config.ini: Permission Denied
This is the command I use to run the container
podman run --detach --name mumble-server --publish 64738:64738/tcp --publish 64738:64738/udp --volume /home/testing/Documents/MumbleServers:/data --restart on-failure mumblevoip/mumble-server
Beta Was this translation helpful? Give feedback.
All reactions