Skip to content

Commit

Permalink
Compose 2.26.1: new -P alias for --service-ports
Browse files Browse the repository at this point in the history
  • Loading branch information
matt9ucci committed Apr 8, 2024
1 parent c3fe677 commit 455bd29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DockerCompletion/Compose/completers.ps1
Expand Up @@ -262,7 +262,8 @@ Register-Completer docker_compose_run -Option {
COMPGEN --quiet-pull Switch 'Pull without printing progress information'
COMPGEN --remove-orphans Switch 'Remove containers for services not defined in the Compose file'
COMPGEN --rm Switch 'Automatically remove the container when it exits'
COMPGEN --service-ports Switch 'Run command with the service''s ports enabled and mapped to the host.'
COMPGEN '-P' Switch 'Run command with all service''s ports enabled and mapped to the host'
COMPGEN --service-ports Switch 'Run command with all service''s ports enabled and mapped to the host'
COMPGEN '-t' Switch 'Allocate a pseudo-TTY'
COMPGEN --tty Switch 'Allocate a pseudo-TTY'
COMPGEN --use-aliases Switch 'Use the service''s network useAliases in the network(s) the container connects to'
Expand Down

0 comments on commit 455bd29

Please sign in to comment.