[no ci] docs(readme): missed one

This commit is contained in:
azure 2025-02-10 22:15:40 -05:00 committed by GitHub
parent 858fbf362f
commit 1bfc157039
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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/).