Skip to content

Commit

Permalink
Remove port mapping from Dockerfile to allow use with recent versions…
Browse files Browse the repository at this point in the history
… of Docker
  • Loading branch information
cjc committed Feb 22, 2014
1 parent 6bb9111 commit 679df1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -10,6 +10,6 @@ RUN chown -R irc:irc /etc/ircd
ADD run /usr/local/bin/run

USER irc
EXPOSE 6667:6667
EXPOSE 6667
CMD ["/usr/local/bin/run"]

0 comments on commit 679df1e

Please sign in to comment.