Skip to content

Commit

Permalink
Merge branch 'release-1.1.1' into alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandGouny committed Oct 6, 2017
2 parents d4fd4b1 + 24ca3b7 commit 837c65d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 0.1.5
- chmod 444 logrotate config files
- fix jsonssl-helper get traefik ca certificate

## 0.1.4
- Fix log-helper with piped input

Expand Down
2 changes: 2 additions & 0 deletions image/service-available/:logrotate/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ log-helper level eq trace && set -x
ln -sf ${CONTAINER_SERVICE_DIR}/:logrotate/assets/config/logrotate.conf /etc/logrotate.conf
ln -sf ${CONTAINER_SERVICE_DIR}/:logrotate/assets/config/logrotate_syslogng /etc/logrotate.d/syslog-ng

chmod 444 -R ${CONTAINER_SERVICE_DIR}/:logrotate/assets/config/*

exit 0

0 comments on commit 837c65d

Please sign in to comment.