about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index c5e8285..7730f8c 100644
--- a/README.md
+++ b/README.md
@@ -10,13 +10,15 @@ Create a `circus` network before starting (if note already done yet)!:
 $ docket network create circus
 ```
 
-Set the `HOSTNAME` environment variable to the hostname you want to host the ctf
+Set the `HOSTNAME` environment variable in the `.env` file to the host you want to host the ctf
 on, for example:
 
 ```
-export HOSTNAME=docker.localhost
+HOSTNAME=docker.localhost
 ```
 
+start the stack:
+
 ```
 $ docker-compose up -d
 ```