11 lines
183 B
YAML
11 lines
183 B
YAML
|
services:
|
||
|
nginx:
|
||
|
image: nginx:1.15-alpine
|
||
|
ports:
|
||
|
- "80:80"
|
||
|
- "443:443"
|
||
|
volumes:
|
||
|
- ./data/nginx:/etc/nginx/conf.d
|
||
|
certbot:
|
||
|
image: certbot/certbot
|