Skip to content

Commit

Permalink
add extra space to run command
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve authored Apr 6, 2024
1 parent fb9de04 commit 472a40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 472a40a

Please sign in to comment.