docs: add example for multiple networks

This commit is contained in:
Jose Diaz-Gonzalez
2023-02-07 16:09:41 -05:00
parent 6e318813bc
commit 58948380b2
2 changed files with 8 additions and 0 deletions

View File

@@ -264,6 +264,12 @@ Set the network to attach after the service container is started:
dokku mysql:set lollipop post-create-network custom-network
```
Set multiple networks:
```shell
dokku mysql:set lollipop post-create-network custom-network,other-network
```
Unset the post-create-network value:
```shell