Update README.md

Deprecated docker network syntax updated so it doesn't give error anymore.
This commit is contained in:
Goran Muminovic 2022-09-26 18:38:25 +02:00 committed by GitHub
parent cce73beb2d
commit f64b10745d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: