Skip to content

Fix for running docker-compose.dev.yml #11

Closed
@RikoNyberg

Description

@RikoNyberg

In the file:
minimal-fastapi-postgres-template/{{cookiecutter.project_name}}/template_minimal/docker-compose.dev.yml
row 5 instruction is slightly off:

- # docker-compose up -f docker-compose.dev.yml -d
+ # docker-compose -f docker-compose.dev.yml up -d

I got the answer from here:
docker-archive/toolbox#721

I couldn't make a PR, so I hope this will do :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions