docker-certbot-nginx/compose.yml

13 lines
315 B
YAML
Raw Normal View History

2025-02-19 15:51:44 +04:00
services:
nginx:
image: git.dc09.ru/darkcat09/certbot-nginx:latest
build: .
restart: unless-stopped
volumes:
- "./example/letsencrypt:/etc/letsencrypt"
- "./example/nginx.conf:/etc/nginx/nginx.conf"
- "./example/http.d:/etc/nginx/http.d"
ports:
- 80:80
- 443:443