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