Network name needs to not match this users name
This commit is contained in:
parent
083c9f3906
commit
020344c481
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue