From b8308ef3d808754e1539a80ce69237bb836d0b48 Mon Sep 17 00:00:00 2001 From: Ernest CHIARELLO Date: Tue, 26 Nov 2019 11:35:20 +0100 Subject: [PATCH] Update README.md I do not know why or how, but I ended up with a nginx.conf file in a nginx.conf folder: ./lizmap/nginx/nginx.conf/nginx.conf this is precisely what generates the error of the editing problem: a directory on a file ... --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2ce0bbe..e60ab7e 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ With Docker-compose: * Copy [nginx.conf](https://raw.githubusercontent.com/jancelin/docker-lizmap/3.2.3/nginx.conf) to ./lizmap/nginx/nginx.conf +``` +cp nginx.conf ./lizmap/nginx/. +``` + * download docker-compose.yml: https://github.com/jancelin/docker-lizmap/blob/3.3.0/docker-compose.yml