I noticed a `docker-compose.yml` file was created ...
# docker
j
I noticed a
docker-compose.yml
file was created after i created a new meltano project from a docker image. When i run the compose file...
Copy code
$ cd my-new-project
$ docker-compose up
... the meltano instance seems to start up fine. Is this the correct way to run meltano in Docker ?