0 votes
in Docker by
How can we use a JSON file for Docker compose instead of a YAML file?

1 Answer

0 votes
by

 To do so, we need to execute the following command:

$ docker-compose -f docker-compose.json up
...