Fix doc indentation

This commit is contained in:
Iain Powrie 2022-04-15 15:35:56 +00:00
parent e7e15ea704
commit 4748f6794a

View File

@ -77,7 +77,7 @@ services:
crafty:
container_name: crafty_container
image: registry.gitlab.com/crafty-controller/crafty-4:latest
restart: always
restart: always
environment:
- TZ=Etc/UTC
ports:
@ -102,8 +102,8 @@ $ docker-compose up -d && docker-compose logs -f
```sh
$ docker run \
--name crafty_container \
--detach \
--restart always \
--detach \
--restart always \
-p 8000:8000 \
-p 8443:8443 \
-p 8123:8123 \
@ -129,8 +129,8 @@ $ docker build . -t crafty
$ docker run \
--name crafty_container \
--detach \
--restart always \
--detach \
--restart always \
-p 8000:8000 \
-p 8443:8443 \
-p 8123:8123 \