From 1bfc15703999f9273769e41ff428bd3106a973a8 Mon Sep 17 00:00:00 2001 From: azure Date: Mon, 10 Feb 2025 22:15:40 -0500 Subject: [PATCH] [no ci] docs(readme): missed one --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b413ed4..78e96e8 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ $ docker build -t VERT-sh/vert \ You can then run it by using: ```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/).