Maybe im just being a little impatient or maybe im just a little special ive been using Metube via just running it through the docker hub container option. Im trying to find the docker-compose.yml file to make an addition to it and i cannot for the life of me find this file. Any help is appreciated!
1 Like
I donât know Metube, but if you have a recent Compose v2, the following command should list the available projects and compose files:
docker compose ls
But only if the containers are still running as it uses the labels of the containers. If that doesnât work, the compose file is just a regular file so you can look for it with any regular tools depending on the platform you use.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.