Skip to content

Commit 03b5440

Browse files
authored
Update README.md
Fix docker compose up warning message ``` WARN[0000] network default: network.external.name is deprecated in favor of network.name ```
1 parent 5070499 commit 03b5440

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)