version: '3.8' services: mirotalk: image: mirotalk:latest volumes: - /home/mirotalk/mirotalk.env:/src/.env:ro restart: unless-stopped ports: - '8600:8600' environment: - PUID=1004 #mirotalk #set to match the user that has permission to the volume mounts - PGID=1004 #mirotalk #set to match the user that has permission to the volume mounts - TZ=America/Los_Angeles