mirror of
https://github.com/chevereto/docker.git
synced 2026-01-19 05:32:04 +01:00
12 lines
179 B
Markdown
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>
|
|
```
|