Create README.md
This commit is contained in:
parent
75058710d6
commit
bd3d9c3fd5
1 changed files with 16 additions and 0 deletions
16
mirotalk/README.md
Normal file
16
mirotalk/README.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# References
|
||||
|
||||
https://github.com/miroslavpejic85/mirotalk
|
||||
|
||||
# Notes
|
||||
|
||||
You have to place the `/app/` and `/public/` directories at your Docker bind volume mounts.
|
||||
|
||||
````
|
||||
git clone https://github.com/miroslavpejic85/mirotalk
|
||||
cp -R mirotalk/app/ /mnt/docker-volumes/mirotalk/app
|
||||
cp -R mirotalk/public/ /mnt/docker-volumes/mirotalk/public
|
||||
rm -rf mirotalk
|
||||
|
||||
# then docker compose up
|
||||
````
|
||||
Loading…
Reference in a new issue