Upgrade Docker image to Alpine Linux 3.4

This commit is contained in:
Frederic Guillot
2016-06-05 11:30:31 -04:00
parent 61d3683be4
commit f48e545631
3 changed files with 13 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
user nginx;
worker_processes 1;
pid /var/run/nginx.pid;
events {
worker_connections 1024;