From 068d2adfca4574a587fc60a259a275aae64c6764 Mon Sep 17 00:00:00 2001 From: Emile Date: Tue, 8 Oct 2019 00:21:24 +0200 Subject: simple readme with instructions on how to start a circus :clown_face: --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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). -- cgit 1.4.1