docs: reference correct property in network docs example

[ci skip]
This commit is contained in:
Jose Diaz-Gonzalez
2020-02-09 20:43:59 -05:00
committed by GitHub
parent b3a802a965
commit bd539797db

View File

@@ -134,7 +134,7 @@ Apps will default to being associated with the `bridge` network, but can be atta
dokku network:set node-js-app attach-post-create test-network
# associates the network after the deploy is successful but before the proxy is updated
dokku network:set node-js-app attach-post-create other-test-network
dokku network:set node-js-app attach-post-deploy other-test-network
```
Setting the `attach` network property to an empty value will de-associate the container with the network.