Skip to content

Commit f418dcd

Browse files
committed
Merge branch 'release/1.1.1'
2 parents 29dad93 + 50251ee commit f418dcd

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

Changelog.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1+
## 1.1.1 (release date: 2017-01-17)
2+
3+
* Patched ntpd so that invalid `-s` switch is removed
4+
15
## 1.1.0 (release date: 2017-01-17)
26

37
* Updated nginx conf sendfile default to 'off'
4-
* Updated NVM version to 0.33.0
5-
* Updated Node.js to version 6.9.4 LTS
8+
* Updated NVM version to `0.33.0`
9+
* Updated Node.js to version `6.9.4 LTS`
610
* Added synchronise on start to the ntp daemon
7-
* Added 'www' folder and moved index.php
8-
* Added docker-compose.yml for easy setup
11+
* Added `www` folder and moved index.php
12+
* Added `docker-compose.yml` for easy setup
913
* Update PECL channel listing
1014

1115
## 1.0.3 (release date: 2016-11-22)

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
<p align="center">
2-
<a href="http://docker.io">
3-
<img height="81" width="341" src="http://upload.wikimedia.org/wikipedia/commons/7/79/Docker_(container_engine)_logo.png">
4-
</a>
5-
</p>
6-
-----
71
# nginx-php56
82
A Nginx + PHP 5.6 (FPM) base container. Builds upon on the excellent [phusion/baseimage-docker](https://github.com/phusion/baseimage-docker) container. You can find the docker automated build [here](https://registry.hub.docker.com/u/mstrazds/nginx-php56/).
93

build/ntp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
/usr/sbin/ntpd -u ntp:ntp -p /var/run/ntpd.pid -g -n -s
3+
/usr/sbin/ntpd -u ntp:ntp -p /var/run/ntpd.pid -g -n

0 commit comments

Comments
 (0)