mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix doc indentation
This commit is contained in:
parent
e7e15ea704
commit
4748f6794a
10
README.md
10
README.md
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user