Add nginx-certbot-docker-compose.yml
parent
63ffdadcbe
commit
55d27385ea
|
|
@ -0,0 +1,11 @@
|
|||
version: '3'
|
||||
services:
|
||||
nginx:
|
||||
image: nginx:1.27.2-alpine
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
volumes:
|
||||
- ./data/nginx:/etc/nginx/conf.d
|
||||
certbot:
|
||||
image: certbot/certbot
|
||||
Loading…
Reference in New Issue