Skip to content

Fix permission issue#6

Open
lordneon wants to merge 1 commit intocoppit:masterfrom
lordneon:patch-1
Open

Fix permission issue#6
lordneon wants to merge 1 commit intocoppit:masterfrom
lordneon:patch-1

Conversation

@lordneon
Copy link

mumble server runs as "mumble-server" it needs to be able to write to /data to create the db etc.

mumble server runs as "mumble-server" it needs to be able to write to /data to create the db etc.
# Add the start script
ADD start.sh /tmp/start.sh
RUN chmod 755 /tmp/start.sh
RUN chown mumble-server /data

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chown -R worked better for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants