compose-go icon indicating copy to clipboard operation
compose-go copied to clipboard

Support URLs as config files

Open Mjaethers opened this issue 1 year ago • 0 comments

Related to docker/compose#10360 but I think it makes more sense here.

To make using remote docker compose config files more convenient it should be possible for the user to specify a URL instead of needing to CURL and pipe it in manually.

There are many issues and discussions surrounding adding the ability for users to specify a URL as a config file, however the approach of using the -f flag transparently as opposed to a different --url flag seems cleaner.

Mjaethers avatar Jan 30 '24 13:01 Mjaethers