Update README.md
Deprecated docker network syntax updated so it doesn't give error anymore.
This commit is contained in:
parent
cce73beb2d
commit
f64b10745d
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ services running on this Docker host:
|
|||
```yml
|
||||
networks:
|
||||
default:
|
||||
external:
|
||||
name: scoobydoo
|
||||
name: scoobydoo
|
||||
external: true
|
||||
```
|
||||
|
||||
Let's look at a Portainer example:
|
||||
|
|
Loading…
Reference in a new issue