Skip to content

Commit

Permalink
Merge 51e92bb into 23fdb7f
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Jiang committed May 7, 2020
2 parents 23fdb7f + 51e92bb commit 3fe1d68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions make/photon/log/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ COPY ./make/photon/log/start.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/start.sh /etc/rsyslog.d/ && \
chown -R 10000:10000 /etc/rsyslog.conf /etc/rsyslog.d/ /run /var/lib/logrotate/

RUN chage -M 99999 root

HEALTHCHECK CMD netstat -ltun|grep 10514

VOLUME /var/log/docker/ /run/ /etc/logrotate.d/
Expand Down

0 comments on commit 3fe1d68

Please sign in to comment.