Make Apache listen to 443

This commit is contained in:
Fabio Sinibaldi 2026-06-19 16:07:15 +02:00
parent 8b4d7737e1
commit 57eeda2a52
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
- "80:80"
- "8443:8443"
env:
APACHE_PORT: "11000"
APACHE_PORT: "443"
APACHE_IP_BINDING: "0.0.0.0"
APACHE_ADDITIONAL_NETWORK: ""
SKIP_DOMAIN_VALIDATION: "{{ nextcloud_docker_skip_domain_validation }}"