January 09, 2025

# Check for the current list of trusted hosts:
docker exec --user www-data <<container_name>> /var/www/html/occ config:system:get trusted_domains

# Add a third trusted host:
docker exec --user www-data <<container_name>> /var/www/html/occ config:system:set trusted_domains 3 --value <<sub.domain.tld>>

# Verify the domain was added:
docker exec --user www-data <<container_name>> /var/www/html/occ config:system:get trusted_domains