Update README.md

This commit is contained in:
LRVT 2023-02-19 05:01:40 +01:00 committed by GitHub
parent 96df49237d
commit b9a71a7b43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,5 +12,6 @@ cp -R mirotalk/app/ /mnt/docker-volumes/mirotalk/app
cp -R mirotalk/public/ /mnt/docker-volumes/mirotalk/public cp -R mirotalk/public/ /mnt/docker-volumes/mirotalk/public
rm -rf mirotalk rm -rf mirotalk
# may move the .env too and adjust compose file
# then docker compose up # then docker compose up
```` ````