Skip to content

Commit

Permalink
docs: fix docker compose command in README.md (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou authored Jun 16, 2024
1 parent 1e0520c commit 6c005aa
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 @@ -8,7 +8,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 @@ -24,7 +24,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 6c005aa

Please sign in to comment.