12 lines
209 B
YAML
12 lines
209 B
YAML
|
letsencrypt:
|
||
|
build: .
|
||
|
container_name: letsencrypt
|
||
|
expose:
|
||
|
- 80
|
||
|
volumes:
|
||
|
- /certs:/certs
|
||
|
restart: always
|
||
|
environment:
|
||
|
- DOMAINS=domain1.com domain2.com
|
||
|
- EMAIL=webmaster@domain1.com
|