From 90a6fc0aa4e5ed33f5ee16a22177a3fcdc8f6e68 Mon Sep 17 00:00:00 2001 From: Zimmy Date: Mon, 5 Sep 2022 20:23:32 +0200 Subject: [PATCH] Fix portainer example network element 'external:' from "Let's look at a Portainer example:" is deprecated, works just fine without that --- docs/advanced-config/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/advanced-config/README.md b/docs/advanced-config/README.md index c7b51a84..3c9aff8b 100644 --- a/docs/advanced-config/README.md +++ b/docs/advanced-config/README.md @@ -38,8 +38,7 @@ services: networks: default: - external: - name: scoobydoo + name: scoobydoo ``` Now in the NPM UI you can create a proxy host with `portainer` as the hostname,