diff options
author | Emile <hanemile@protonmail.com> | 2019-10-11 12:25:39 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-11 12:25:39 +0200 |
commit | d6e6bbc285a8983abb70b1739b4d0456c0db4826 (patch) | |
tree | e0b1b18aeedff936c038666850e07b5340362c55 | |
parent | 92d79a7a8f906cf6438b985f1d4533ac0bfc6eae (diff) |
updated the README with infos about the .env file
-rw-r--r-- | README.md | 6 |
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 ``` |