Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apt-get install -y mumble-server=1.2.19-1~ppa4~xenial1
# 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


VOLUME ["/data"]

Expand Down