mirror of https://github.com/VERT-sh/VERT.git
[no ci] docs(readme): missed one
This commit is contained in:
parent
858fbf362f
commit
1bfc157039
|
|
@ -64,7 +64,7 @@ $ docker build -t VERT-sh/vert \
|
||||||
|
|
||||||
You can then run it by using:
|
You can then run it by using:
|
||||||
```shell
|
```shell
|
||||||
$ docker run --restart unless-stopped -p 3000:3000 -d --name "vert" not-nullptr/vert
|
$ docker run --restart unless-stopped -p 3000:3000 -d --name "vert" VERT-sh/vert
|
||||||
```
|
```
|
||||||
|
|
||||||
We also have a `docker-compose.yml` file available. Use `docker compose up` if you want to start the stack, or `docker compose down` to bring it down. You can pass `--build` to `docker compose up` to rebuild the Docker image (useful if you've changed any of the environment variables) as well as `-d` to start it in dettached mode. You can read more about Docker Compose in general [here](https://docs.docker.com/compose/intro/compose-application-model/).
|
We also have a `docker-compose.yml` file available. Use `docker compose up` if you want to start the stack, or `docker compose down` to bring it down. You can pass `--build` to `docker compose up` to rebuild the Docker image (useful if you've changed any of the environment variables) as well as `-d` to start it in dettached mode. You can read more about Docker Compose in general [here](https://docs.docker.com/compose/intro/compose-application-model/).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue