Compose-Examples/mirotalk
2023-02-19 05:01:40 +01:00
..
.env Create .env 2023-02-17 20:08:42 +01:00
docker-compose.yml Update docker-compose.yml 2023-02-19 05:00:46 +01:00
README.md Update README.md 2023-02-19 05:01:40 +01:00

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

# may move the .env too and adjust compose file
# then docker compose up