mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
docs: reference correct property in network docs example
[ci skip]
This commit is contained in:
committed by
GitHub
parent
b3a802a965
commit
bd539797db
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user