diff options
author | Emile <hanemile@protonmail.com> | 2019-10-20 13:48:35 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-20 13:48:35 +0200 |
commit | d6e6b87bee22fda51c18ab79b4758a3ab43c0f26 (patch) | |
tree | 4d806b4195568351fc2b8c3c7eb3974de981d3de | |
parent | cdfd1f1850cb7665a5247a1e437992f0d8cf91a2 (diff) |
added instructions for adding the circus_db network to the README
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index 7730f8c..6582883 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Create a `circus` network before starting (if note already done yet)!: ``` $ docket network create circus +$ docket network create circus_db ``` Set the `HOSTNAME` environment variable in the `.env` file to the host you want to host the ctf |