diff --git a/{{cookiecutter.project_slug}}/local.yml b/{{cookiecutter.project_slug}}/local.yml index 48f153417..be2089a08 100644 --- a/{{cookiecutter.project_slug}}/local.yml +++ b/{{cookiecutter.project_slug}}/local.yml @@ -52,6 +52,7 @@ services: - ./{{ cookiecutter.project_slug }}:/app/{{ cookiecutter.project_slug }} ports: - "7000:7000" + command: /start-docs {%- if cookiecutter.use_mailhog == 'y' %}