19 lines
402 B
YAML
19 lines
402 B
YAML
services:
|
|
lego:
|
|
image: goacme/lego:latest
|
|
container_name: lego
|
|
restart: "no"
|
|
env_file: .env
|
|
volumes:
|
|
- ./certs:/.lego
|
|
command:
|
|
- --email=ulakar@fastmail.com
|
|
- --accept-tos
|
|
- --dns=porkbun
|
|
- --domains=ulakar.com
|
|
- --domains=*.ulakar.com
|
|
- run
|
|
# use renew to update existing certificate(s)
|
|
# - renew u
|
|
# - --days=60
|