From 16d3b976e1edf4efa425c255ba37d83cd5c01ac7 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Sun, 8 Oct 2023 18:05:07 +0200 Subject: [PATCH] refactor(meta): Fix spacing (#1) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b03f4c7..aa3a23c 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Add a `COMPOSE_ENV` file and save its location as a shell variable along with th When everything's ready start Nginx with Docker Compose, otherwise head down to [Initial setup](#initial-setup) first. ## Environment + ``` export COMPOSE_DIR='/opt/containers/nginx' export COMPOSE_CTX='ux_vilnius' @@ -34,6 +35,7 @@ docker context create fully.qualified.domain.name --docker 'host=ssh://root@full ``` ## Build + FIXME We build the `nginx` image locally. Our adjustment to the official image is simply adding `/tmp/nginx` to it. See [build-context/nginx/Dockerfile](build-context/nginx/Dockerfile). We use `/tmp/nginx` to bind-mount a dedicated ZFS dataset for the application's `tmpdir` location. ```