-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to docker-compose down the containers started by running "make starter"? #388
Comments
@fishfree In the Makefile it's calling this in multiple places but In a nutshell
Docker compose is looking at the |
@DonRichards Thank you! So I need to |
Won't make down work for you?
…On Sat, Apr 27, 2024 at 5:47 PM fishfree ***@***.***> wrote:
@DonRichards <https://github.com/DonRichards> Thank you! So I need to docker-compose
down every yaml file in the folder build/docker-compose?
—
Reply to this email directly, view it on GitHub
<#388 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACIAMLGKPJZ2I4X6UZB4SDY7RBL3AVCNFSM6AAAAABGWHHYJGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBRGI3DQMZWHE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Cary Gordon
lechienlunatique.com
<https://us-east-1.console.aws.amazon.com/route53/domains/home?region=us-east-1#/DomainDetails/lechienlunatique.com>
818-694-1626 (mobile)
|
@highermath You're correct. @fishfree No, you just run it against the docker-compose.yml file if you don't want to run the |
@highermath @DonRichards Thank you! |
I don't find where is the docker-compose.yml generated by the
make starter
command.The text was updated successfully, but these errors were encountered: