Add logging & config; update base images

This commit is contained in:
Elton Stoneman
2019-04-06 21:08:10 +01:00
parent cdf9a12c62
commit 68b8cd014c
15 changed files with 153 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
FROM nginx:1.13.6
FROM nginx:1.15.10-alpine
RUN mkdir -p /data/nginx/cache
COPY nginx.conf /etc/nginx/nginx.conf