mirror of
https://github.com/dalbodeule/sh0rt.kr-pdns.git
synced 2025-06-09 03:08:20 +00:00
add nginx options
This commit is contained in:
parent
b494c9a51f
commit
938438f2b0
@ -79,7 +79,9 @@ services:
|
|||||||
image: jonasal/nginx-certbot:latest
|
image: jonasal/nginx-certbot:latest
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- CERTBOT_EMAIL
|
CERTBOT_EMAIL: ${CERTBOT_EMAIL}
|
||||||
|
DHPARAM_SIZE: 4096
|
||||||
|
RSA_KEY_SIZE: 4096
|
||||||
env_file:
|
env_file:
|
||||||
- ./nginx-certbot.env
|
- ./nginx-certbot.env
|
||||||
ports:
|
ports:
|
||||||
|
@ -56,7 +56,9 @@ services:
|
|||||||
image: jonasal/nginx-certbot:latest
|
image: jonasal/nginx-certbot:latest
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- CERTBOT_EMAIL
|
CERTBOT_EMAIL: ${CERTBOT_EMAIL}
|
||||||
|
DHPARAM_SIZE: 4096
|
||||||
|
RSA_KEY_SIZE: 4096
|
||||||
env_file:
|
env_file:
|
||||||
- ./nginx-certbot.env
|
- ./nginx-certbot.env
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user