From 2db9acee8bb97ebe20449998cb7f3c9dc1f573ff Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Sun, 16 Jun 2024 11:59:15 +0200 Subject: [PATCH] docs: fix docker compose command in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7dbff71..3564b67 100644 --- a/README.md +++ b/README.md @@ -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 --- @@ -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 bash` * Start/Restart/Stop a container: `docker container start/restart/stop ` -* 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