Skip to content

Commit

Permalink
fix wrong docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve authored Jan 30, 2024
1 parent b67a72b commit 3f29d1c
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 @@ -37,7 +37,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\
-d --restart=alwayskerberos/agent:latest
-d --restart=always kerberos/agent:latest

### Override with environment variables

Expand Down

0 comments on commit 3f29d1c

Please sign in to comment.