0 votes
in JSON by
recategorized by
How to use JSON instead of YAML compose file in Devops?

1 Answer

0 votes
by

Below command is to use JSON instead of YAML compose file in Devops

docker-compose -f docker-compose.json up

...