Make Apache listen to 443
This commit is contained in:
parent
8b4d7737e1
commit
57eeda2a52
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue