From 472a40a5f6022da198bb88c5b479a124aad7677f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Verstraeten?= Date: Sat, 6 Apr 2024 11:50:11 +0200 Subject: [PATCH] add extra space to run command --- deployments/docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/docker/README.md b/deployments/docker/README.md index 3892e63..aa5c987 100644 --- a/deployments/docker/README.md +++ b/deployments/docker/README.md @@ -36,7 +36,7 @@ You attach a volume to your container by leveraging the `-v` option. To mount yo docker run -p 80:80 --name mycamera \ -v $(pwd)/agent/config:/home/agent/data/config \ - -v $(pwd)/agent/recordings:/home/agent/data/recordings\ + -v $(pwd)/agent/recordings:/home/agent/data/recordings \ -d --restart=always kerberos/agent:latest ### Override with environment variables