Skip to content

Commit

Permalink
Merge pull request dokku#3902 from dokku/josegonzalez-patch-1
Browse files Browse the repository at this point in the history
Remove extra commas from network docs
  • Loading branch information
josegonzalez authored Mar 22, 2020
2 parents 3ef092f + cd7d47c commit d61b830
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/networking/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
> New as of 0.11.0, Enhanced in 0.20.0
```
network:create <network>, # Creates an attachable docker network
network:destroy <network>, # Destroys a docker network
network:exists <network>, # Checks if a docker network exists
network:info <network>, # Outputs information about a docker network
network:create <network> # Creates an attachable docker network
network:destroy <network> # Destroys a docker network
network:exists <network> # Checks if a docker network exists
network:info <network> # Outputs information about a docker network
network:list # Lists all docker networks
network:report [<app>] [<flag>] # Displays a network report for one or more apps
network:rebuild <app> # Rebuilds network settings for an app
Expand Down

0 comments on commit d61b830

Please sign in to comment.