From d6e6bbc285a8983abb70b1739b4d0456c0db4826 Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 11 Oct 2019 12:25:39 +0200 Subject: updated the README with infos about the .env file --- README.md | 6 ++++-- 1 file 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 ``` -- cgit 1.4.1