From 31f67e3aadcd3a973df71ba2ea0ac54b4846a5dd Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Sun, 8 Oct 2023 17:25:11 +0200 Subject: [PATCH] refactor(compose): Adjust spacing in Environment paragraph (#10) --- docker-compose/{{ cookiecutter.__project_slug }}/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose/{{ cookiecutter.__project_slug }}/README.md b/docker-compose/{{ cookiecutter.__project_slug }}/README.md index 77ce47f..b831c9c 100644 --- a/docker-compose/{{ cookiecutter.__project_slug }}/README.md +++ b/docker-compose/{{ cookiecutter.__project_slug }}/README.md @@ -13,6 +13,7 @@ Add a `COMPOSE_ENV` file and save its location as a shell variable along with th When everything's ready start {{ cookiecutter.__service_slug.capitalize() }} with Docker Compose, otherwise head down to [Initial setup](#initial-setup) first. ## Environment + ``` export COMPOSE_DIR='/opt/containers/{{ cookiecutter.__project_slug }}' export COMPOSE_CTX='ux_vilnius'