diff options
-rw-r--r-- | README.md | 17 |
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). |