diff --git a/Home.md b/Home.md index 9603442..17a8a32 100644 --- a/Home.md +++ b/Home.md @@ -12,7 +12,7 @@ TLDR: Either replace web container image with ``jessestuart/caddy`` (note that i #### ``web/Dockerfile`` -``` +```docker FROM nginx:alpine COPY nginx.conf /etc/nginx/nginx.conf @@ -20,7 +20,7 @@ COPY nginx.conf /etc/nginx/nginx.conf #### ``web/nginx.conf`` -``` +```nginx worker_processes auto; pid /var/run/nginx.pid;