Skip to content

Commit b9a6b5d

Browse files
authored
Merge pull request NginxProxyManager#2355 from rovast/patch-1
Update README.md
2 parents 5070499 + 03b5440 commit b9a6b5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/advanced-config/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ services running on this Docker host:
1818
```yml
1919
networks:
2020
default:
21-
external:
22-
name: scoobydoo
21+
external: true
22+
name: scoobydoo
2323
```
2424
2525
Let's look at a Portainer example:
@@ -38,8 +38,8 @@ services:
3838

3939
networks:
4040
default:
41-
external:
42-
name: scoobydoo
41+
external: true
42+
name: scoobydoo
4343
```
4444
4545
Now in the NPM UI you can create a proxy host with `portainer` as the hostname,

0 commit comments

Comments
 (0)