Skip to content

Commit

Permalink
Network name needs to not match this users name
Browse files Browse the repository at this point in the history
Leopere committed Nov 29, 2018
1 parent 083c9f3 commit 020344c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lbrynet/Dockerfile
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ RUN adduser lbrynet --gecos GECOS --shell /bin/bash/ --disabled-password --home
ADD https://lbry.io/get/lbrynet.linux.zip /lbrynet/lbrynet.linux.zip
RUN unzip /lbrynet/lbrynet.linux.zip -d /lbrynet/ && \
rm /lbrynet/lbrynet.linux.zip && \
chown -Rv traefik:lbrynet /lbrynet && \
chown -Rv lbrynet:lbrynet /lbrynet && \
mv /lbrynet/lbrynet /bin/

# COPY stuff/debugpaste-it.sh /usr/local/bin/debugpaste-it

0 comments on commit 020344c

Please sign in to comment.