Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinon committed Jun 24, 2024
1 parent 4294dc8 commit dc42ceb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions images/mylar3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ RUN echo "**** install requirements ****" && \

# RUN sed -i 's/localbypass = False/localbypass = True/g' /app/mylar/mylar/search.py

RUN addgroup -g 119 plex && \
adduser -S -u 113 -G plex plex && \
passwd -d plex && \
addgroup root plex && \
chown -R plex:plex /app/mylar
RUN addgroup -g 568 apps && \
adduser -S -u 568 -G apps apps && \
passwd -d apps && \
addgroup root apps && \
chown -R apps:apps /app/mylar

# Declare volumes needed
VOLUME ["/config","/comics","/downloads"]

# Final setup
# USER plex
USER apps

EXPOSE 8090
CMD ["python3", "/app/mylar/Mylar.py", "--nolaunch", "--datadir", "/config"]

0 comments on commit dc42ceb

Please sign in to comment.