Skip to content

Commit

Permalink
Release 6.7.2 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Mar 4, 2020
1 parent ae45b8a commit 4b51edb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 6.7.2 2020-03-04 <dave at tiredofit dot ca>

### Added
- Update image to support new tiredofit/alpine:4.4.0 base


## 6.7.1 2020-02-13 <dave at tiredofit dot ca>

### Added
Expand Down
2 changes: 1 addition & 1 deletion install/etc/cont-init.d/09-nginx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PROCESS_NAME="nginx"
### Check to see if Enabled/Disabled
if [ "$ENABLE_NGINX" = "FALSE" ]; then
print_notice "Disabling nginx"
s6-svc -d /var/run/s6/services/09-nginx
service_stop 09-nginx
liftoff
exit 0
fi
Expand Down

0 comments on commit 4b51edb

Please sign in to comment.