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

Related questions

0 votes
asked Aug 29, 2023 in Docker by JackTerrance
0 votes
asked Jan 21 in Docker by AdilsonLima
...