I am trying to set up Jitsi via Docker-compose
I followed the instructions provided here
I used these values in my docker-compose.yml
- LETSENCRYPT_DOMAIN=meet.mydomin.com
- LETSENCRYPT_EMAIL=myname@mydomain.com
- LETSENCRYPT_USE_STAGING
- PUBLIC_URL=https://meet.mydomain.com
- TZ=America/Toronto
- DOCKER_HOST_ADDRESS=192.168.1.1
I am getting the following errors and messages
Getting webroot for domain='meet.mydomain.com'
Verifying: meet.mydomain.com
Standalone mode server
meet.example.com:Verify error:DNS problem: NXDOMAIN looking up A for meet.example.com - check that a DNS record exists for this domain
I also have no web server set up on my local
Is there anything I am probably missing ?
Is there any prerequisites or requirements I am missing?