add nginx options

This commit is contained in:
dalbodeule
2024-06-05 12:31:21 +09:00
parent b494c9a51f
commit 938438f2b0
2 changed files with 6 additions and 2 deletions

View File

@@ -79,7 +79,9 @@ services:
image: jonasal/nginx-certbot:latest
restart: always
environment:
- CERTBOT_EMAIL
CERTBOT_EMAIL: ${CERTBOT_EMAIL}
DHPARAM_SIZE: 4096
RSA_KEY_SIZE: 4096
env_file:
- ./nginx-certbot.env
ports:

View File

@@ -56,7 +56,9 @@ services:
image: jonasal/nginx-certbot:latest
restart: always
environment:
- CERTBOT_EMAIL
CERTBOT_EMAIL: ${CERTBOT_EMAIL}
DHPARAM_SIZE: 4096
RSA_KEY_SIZE: 4096
env_file:
- ./nginx-certbot.env
ports: