To skip the domain validation for nextcloud AIO virtualbox appliance

This suggest that we should add --env SKIP_DOMAIN_VALIDATION=true to the docker run command of the mastercontainer

GitHub - nextcloud/all-in-one: Nextcloud AIO stands for Nextcloud All-in-One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.

My Question is where is this docker file or docker compose file located where I can add the env variable to skip domain validation .

right now I am stuck at the page: https://192.168.0.88:8080/containers

I am logged into the nextcloud vm via ssh .

How did you start up AIO?

You add it to the command you used to start the container already. Either your docker run if you’re manually typing it all or your Docker Compose file.

You did mention a VM though. What VM are you running?