Hello,
I have created two Nginx and PHP containers using the docker-compose.yml file. Now I want to create another container, but I want to transfer the files related to the previous containers in a directory called Nginx-PHP. Is this possible?
Hello,
Thank you for your reply.
I mean to sort the directory. For example, you had created a docker-compose.yml file in a directory, now you decided to create some more containers. Can you move the YAML file you created earlier to a directory?