diff --git a/examples/mirotalk/docker-compose.yml b/examples/mirotalk/docker-compose.yml index 857a721..0251f17 100644 --- a/examples/mirotalk/docker-compose.yml +++ b/examples/mirotalk/docker-compose.yml @@ -13,8 +13,8 @@ services: - 3000:3000 # WEB UI; volumes: - .env:/src/.env:ro - - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/mirotalk/app:/src/app:ro - - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/mirotalk/public:/src/public:ro + #- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/mirotalk/app:/src/app:ro # only necessary if you want to adjust the code itself (js, css, etc.) + #- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/mirotalk/public:/src/public:ro # only necessary if you want to adjust the code itself (js, css, etc.) #labels: #- traefik.enable=true #- traefik.http.routers.mirotalk.rule=Host(`meet.example.com`) # pls adjust