Fix portainer example network element
'external:' from "Let's look at a Portainer example:" is deprecated, works just fine without that
This commit is contained in:
parent
cce73beb2d
commit
90a6fc0aa4
1 changed files with 1 additions and 2 deletions
|
|
@ -38,8 +38,7 @@ services:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
external:
|
name: scoobydoo
|
||||||
name: scoobydoo
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Now in the NPM UI you can create a proxy host with `portainer` as the hostname,
|
Now in the NPM UI you can create a proxy host with `portainer` as the hostname,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue