Skip to content

Commit

Permalink
stop automatic playing
Browse files Browse the repository at this point in the history
  • Loading branch information
prafull-opensignlabs authored May 16, 2024
1 parent 0083efb commit 4cd959b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/self-host/docker/run-locally-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import ReactPlayer from 'react-player';
1. Set up WSL 2 on Windows by referring to the video provided.

<div>
<ReactPlayer playing controls url='https://youtu.be/1kFFwknneD8?si=FKriXPwFqZPLUagI' />
<ReactPlayer controls url='https://youtu.be/1kFFwknneD8?si=FKriXPwFqZPLUagI' />
</div>
2. Install Docker Desktop on Windows and launch Docker Desktop.
Expand Down Expand Up @@ -43,7 +43,7 @@ import ReactPlayer from 'react-player';
*Note: If you wish to incorporate our latest features into your Docker container, delete the existing OpenSign container and follow the steps again.*

<div>
<ReactPlayer playing controls url='https://youtu.be/eaH5I5txCc8' />
<ReactPlayer controls url='https://youtu.be/eaH5I5txCc8' />
</div>

## Information About ENV variables which are used to setup OpenSign™ with Docker on Localhost
Expand Down

0 comments on commit 4cd959b

Please sign in to comment.