Files
Docker-Chevereto/docs/HTTPS.md
Rodolfo Berrios 48b2d8017b cut the chatter
2022-11-16 15:11:57 -03:00

12 lines
179 B
Markdown

# HTTPS
🎉 HTTPS is automatic provided by `nginxproxy/acme-companion`.
## Disable HTTPS
Pass option `PROTOCOL=http` to use HTTP:
```sh
make up-d PROTOCOL=http <OPTIONS>
```