add extra space to run command

This commit is contained in:
Cédric Verstraeten
2024-04-06 11:50:11 +02:00
committed by GitHub
parent fb9de04002
commit 472a40a5f6

View File

@@ -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