about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-10-08 00:21:24 +0200
committerEmile <hanemile@protonmail.com>2019-10-08 00:21:24 +0200
commit068d2adfca4574a587fc60a259a275aae64c6764 (patch)
tree19d4bcf6645fa4786287eed519bea0ac6d1e29d5
parentd95f9734ae4a51d49f04c3a5f7aa33494bb48303 (diff)
simple readme with instructions on how to start a circus :clown_face:
-rw-r--r--README.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9062e8f..fbc113a 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,18 @@
 # circus-compose
 
-docker-compose that can be used to start a circus (note: a digital one...)
\ No newline at end of file
+docker-compose that can be used to start a circus (note: a digital one...)
+
+## Setup
+
+Create a `circus` network before starting (if note already done yet)!:
+
+```
+$ docket network create circus
+```
+
+```
+$ docker-compose up -d
+```
+
+Traefik should then be reachable at
+[http://traefik.docker.localhost](http://traefik.docker.localhost).