Skip to content

Commit

Permalink
Fixing typo and /config volume.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Hernandez committed Jun 23, 2017
1 parent 7fea9a3 commit 4f67115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-containers/beta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN VERSION=$(curl -sL https://github.com/mediaBrowser/Emby/releases.atom | grep
&& rm -rf /usr/lib/emby-server/bin \
&& mkdir -p /usr/lib/emby-server/bin \
&& unzip /var/tmp/emby.zip -d /usr/lib/emby-server/bin \
&& rm -rf /var/tmp/emby.zip \
&& rm -rf /var/tmp/emby.zip

VOLUME [ "/config" ]
EXPOSE 8096 8920 7359/udp 1900/udp
Expand Down
2 changes: 1 addition & 1 deletion docker-containers/stable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN VERSION=$(curl -sL https://github.com/mediaBrowser/Emby/releases.atom | grep
&& rm -rf /usr/lib/emby-server/bin \
&& mkdir -p /usr/lib/emby-server/bin \
&& unzip /var/tmp/emby.zip -d /usr/lib/emby-server/bin \
&& rm -rf /var/tmp/emby.zip \
&& rm -rf /var/tmp/emby.zip

VOLUME [ "/config" ]
EXPOSE 8096 8920 7359/udp 1900/udp
Expand Down

0 comments on commit 4f67115

Please sign in to comment.