|
@@ -160,6 +160,10 @@ _docker_compose_docker_compose() {
|
|
|
_filedir "y?(a)ml"
|
|
_filedir "y?(a)ml"
|
|
|
return
|
|
return
|
|
|
;;
|
|
;;
|
|
|
|
|
+ --project-directory)
|
|
|
|
|
+ _filedir -d
|
|
|
|
|
+ return
|
|
|
|
|
+ ;;
|
|
|
$(__docker_compose_to_extglob "$daemon_options_with_args") )
|
|
$(__docker_compose_to_extglob "$daemon_options_with_args") )
|
|
|
return
|
|
return
|
|
|
;;
|
|
;;
|
|
@@ -554,6 +558,7 @@ _docker_compose() {
|
|
|
local daemon_options_with_args="
|
|
local daemon_options_with_args="
|
|
|
--file -f
|
|
--file -f
|
|
|
--host -H
|
|
--host -H
|
|
|
|
|
+ --project-directory
|
|
|
--project-name -p
|
|
--project-name -p
|
|
|
--tlscacert
|
|
--tlscacert
|
|
|
--tlscert
|
|
--tlscert
|