Skip to content

Commit

Permalink
Regen doc
Browse files Browse the repository at this point in the history
  • Loading branch information
brmzkw committed Nov 14, 2023
1 parent 3c7997f commit 2a7e402
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1547,6 +1547,7 @@ $> koyeb service update myapp/myservice --env PORT=8001 --env '!DEBUG'
--instance-type string Instance type (default "nano")
--max-scale int Max scale (default 1)
--min-scale int Min scale (default 1)
--override Override the service configuration with the new configuration instead of merging them
--ports strings Update service ports (available for services of type "web" only) using the format PORT[:PROTOCOL], for example --port 80:http
If no protocol is specified, it defaults to "http". Supported protocols are "http" and "http2"
To delete an exposed port, prefix its number with '!', for example --port '!80'
Expand Down

0 comments on commit 2a7e402

Please sign in to comment.