Init
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
nginx:
|
||||
image: jonasal/nginx-certbot:3
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- CERTBOT_EMAIL=awinhuang@gmail.com
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
volumes:
|
||||
- ./data/letsencrypt:/etc/letsencrypt
|
||||
- ./data/user_conf.d:/etc/nginx/user_conf.d
|
||||
Reference in New Issue
Block a user