From a01ff8e20366f75a2345b1cd897b8202a2841918 Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Wed, 13 May 2020 12:18:13 +0200 Subject: [PATCH] Update README.md (#11) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4ee1ec7..c7f053b 100644 --- a/README.md +++ b/README.md @@ -140,8 +140,6 @@ volumes: When using FPM image, you will need another container with a webserver to proxy http requests. In this example we use nginx with a basic container to do this. -The webserver will need an access to all static files from Monica container, the volumes `html` will deal with it. - 1. Download `nginx.conf` and `Dockerfile` file for nginx image. An example can be found on the [`example section`](/.examples/nginx-proxy/web/) ```sh mkdir web