Make irssi username irssi instead of root

This commit is contained in:
Kelvin Chen 2015-11-07 16:08:13 -05:00
parent 1d572891f4
commit bf73c75653
2 changed files with 8 additions and 0 deletions

View File

@ -11,9 +11,12 @@ RUN apt-get update && \
mediainfo \ mediainfo \
irssi \ irssi \
libxml-libxml-perl \ libxml-libxml-perl \
libxml-libxslt-perl \
libjson-perl \ libjson-perl \
libjson-xs-perl \
libnet-ssleay-perl \ libnet-ssleay-perl \
libdigest-perl \ libdigest-perl \
libdigest-sha-perl \
libhtml-parser-perl \ libhtml-parser-perl \
libarchive-zip-perl && \ libarchive-zip-perl && \
apt-get clean && \ apt-get clean && \
@ -31,6 +34,7 @@ VOLUME /config /torrents
COPY start rtorrent.rc supervisord.conf autodl.cfg / COPY start rtorrent.rc supervisord.conf autodl.cfg /
COPY nginx.conf /etc/nginx/nginx.conf COPY nginx.conf /etc/nginx/nginx.conf
COPY rutorrent_config.php /opt/rutorrent/conf/config.php COPY rutorrent_config.php /opt/rutorrent/conf/config.php
COPY irssi.cfg /root/.irssi/config
EXPOSE 80 49161 49161/udp 6881/udp EXPOSE 80 49161 49161/udp 6881/udp
CMD ["/start"] CMD ["/start"]

View File

@ -0,0 +1,4 @@
settings = {
core = { real_name = "irssi"; user_name = "irssi"; nick = "irssi"; };
"fe-text" = { actlist_sort = "refnum"; };
};