From 10e5c1c3a7cc692182f4b4f3f3d312ef0f79c201 Mon Sep 17 00:00:00 2001 From: Zedifus Date: Mon, 30 Aug 2021 04:37:06 +0100 Subject: [PATCH] Fix README code block indenting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37475357..f50131c8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Git Repository - https://gitlab.com/crafty-controller/crafty-web ## Basic Docker Usage -A Docker image pipeline is still to be implimented but for example you can expect the image to be located: `crafty/cc-dashboard` and you would change the image in the below docker run to this image. +A Docker image pipeline is still to be implimented but for example you can expect the image to be located: `crafty/cc-dashboard` and you would change the image in the below `docker run` to this image. If you are building from the `docker-compose` you can find it in `./docker/docker-compose.yml` just `cd` to the docker directory and `docker-compose up -d` @@ -39,7 +39,7 @@ $ docker run \ -v "/$(pwd)/docker/logs:/commander/logs" \ -v "/$(pwd)/docker/servers:/commander/servers" \ -v "/$(pwd)/docker/config:/commander/app/config" \ - cc-dashboard + cc-dashboard ``` A fresh build will take several minutes depending on your system, but will be rapid there after.