docs(docker-compose): Add pull instructions
This commit is contained in:
@@ -45,6 +45,14 @@ docker compose --project-name "${COMPOSE_PROJECT}" --file "${COMPOSE_FILE}" --fi
|
||||
{%- endfor %}
|
||||
{%- endif %}
|
||||
|
||||
## Pull
|
||||
|
||||
{% if cookiecutter.build == "yes" %}_FIXME_ Rewrite either [Build](#build) or this paragraph for which images are built and which ones pulled, `--profile 'full'` may not make sense _FIXME_ {% endif %}Pull images from Docker Hub verbatim.
|
||||
|
||||
```
|
||||
docker compose --project-name "${COMPOSE_PROJECT}" --file "${COMPOSE_FILE}" --env-file "${COMPOSE_ENV}" --profile 'full' pull
|
||||
```
|
||||
|
||||
## Start
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user