From 2d48713eee9a21e564a411236e27771435f5adcd Mon Sep 17 00:00:00 2001 From: daddef Date: Fri, 27 Aug 2021 11:49:54 +0200 Subject: [PATCH] Added a little specification to the README for help find a very disturbing solution to 502 error. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3665eb92..ddf7ec49 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,8 @@ services: volumes: - ./data/mysql:/var/lib/mysql ``` +P.S. Maybe you need to use bridge or host or tweak the networking to permit nginx proxy manager +to communicate well to other dockers. 3. Bring up your stack