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. ```