Use environment when building
diff --git a/TODO.on.site b/TODO.on.site
index 89de46a..1ac2408 100644
--- a/TODO.on.site
+++ b/TODO.on.site
@@ -1,14 +1,11 @@
-To build:
-* nginx first because it creates selfsigned certificate:
- docker-compose build --build-arg SELFSIGNED_REQ_HOST=hostname nginx
- - optionally: --build-arg SELFSIGNED_REQ_ALT_NAMES="DNS:name1 ..."
-* docker-compose build --build-arg SELFSIGNED_REQ_HOST=hostname
- - same build-args!
-
Create environment files (cf. `git ls-files \*environment.template`):
* Set SA_PUBLIC_DOMAIN_NAME in `environment`
* Set CANONICAL_WEB_URL in `gerrit/environment`
* Enable GitHub OAUTH in `gerrit/environment`
+To build:
+* nginx first because it creates selfsigned certificate `docker-compose build nginx`
+* then everything else `docker-compose build`
+
Get containers up:
* `docker-compose up`