mirror of
https://github.com/docker/compose.git
synced 2025-10-16 04:48:49 +02:00
Up to now there were two special top-level options that required special treatment: --project-name and --file (and their short forms). For 1.7.0, several TLS related options were added that have to be passed to secondary docker-compose invocations as well. This commit introduces a scalable treatment of those options. Signed-off-by: Harald Albers <github@albersweb.de>