mirror of https://github.com/docker/docs.git
Update code example for pre-existing network
This commit is contained in:
parent
48c1266e52
commit
4f3bfc3715
|
@ -185,8 +185,8 @@ services:
|
||||||
# ...
|
# ...
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
external:
|
name: my-pre-existing-network
|
||||||
name: my-pre-existing-network
|
external: true
|
||||||
```
|
```
|
||||||
|
|
||||||
Instead of attempting to create a network called `[projectname]_default`, Compose looks for a network called `my-pre-existing-network` and connect your app's containers to it.
|
Instead of attempting to create a network called `[projectname]_default`, Compose looks for a network called `my-pre-existing-network` and connect your app's containers to it.
|
||||||
|
|
Loading…
Reference in New Issue