Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Fix review notes
Browse files Browse the repository at this point in the history
  • Loading branch information
platonoff-dev authored May 2, 2021
1 parent a4aeddf commit ba89d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/starting-selenoid-manually.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ docker run -d \
--name selenoid \
-p 4444:4444 \
-v /var/run/docker.sock:/var/run/docker.sock \
-v $(pwd)/config/:/etc/selenoid/:ro \
-v /your/directory/config/:/etc/selenoid/:ro \
aerokube/selenoid:latest-release
----

Expand Down

0 comments on commit ba89d3d

Please sign in to comment.