Skip to content

Commit

Permalink
docs: fix docker compose command in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou committed Jun 16, 2024
1 parent 733bc99 commit 2db9ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
### Setup Instructions:
1. Clone this repository
2. Open a terminal in the cloned folder
3. Run `docker-compose up -d` to build the docker image and start the container in detached mode
3. Run `docker compose up -d` to build the docker image and start the container in detached mode

---

Expand All @@ -25,7 +25,7 @@ To configure a dummy-webcam, use the following URLs:
* Get only the ID of running containers: `docker ps`
* Access a containers shell: `docker exec -it <CONTAINER ID> bash`
* Start/Restart/Stop a container: `docker container start/restart/stop <CONTAINER ID>`
* Rebuild image, recreate and start container : `docker-compose up -d --build`
* Rebuild image, recreate and start container : `docker compose up -d --build`

---
Current image size: 742.72 MB

0 comments on commit 2db9ace

Please sign in to comment.