From bd539797db3049a6fde55c5dfa02ab90bccf4267 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 9 Feb 2020 20:43:59 -0500 Subject: [PATCH] docs: reference correct property in network docs example [ci skip] --- docs/networking/network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/networking/network.md b/docs/networking/network.md index 0b2572584..c9ca53364 100644 --- a/docs/networking/network.md +++ b/docs/networking/network.md @@ -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.