mirror of https://github.com/docker/docs.git
Update networking.md
Following the example will produce: WARN[0000] network my-pre-existing-network: network.external.name is deprecated in favor of network.name https://github.com/docker/docker.github.io/issues/6453
This commit is contained in:
parent
e40a72771f
commit
4b185f9233
|
@ -184,7 +184,7 @@ services:
|
||||||
# ...
|
# ...
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
external:
|
external: true
|
||||||
name: my-pre-existing-network
|
name: my-pre-existing-network
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue