Skip to content

Commit 0438b86

Browse files
committed
use different certbot plugin
1 parent 4f04059 commit 0438b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM node:18.20.4-bullseye
33

44
# Install Nginx
5-
RUN apt-get update && apt-get install -y nginx certbot python3-certbot-nginx
5+
RUN apt-get update && apt-get install -y nginx certbot python3-certbot-dns-cloudflare
66

77
# Create directory for Nginx configuration files
88
RUN mkdir -p /etc/nginx/conf.d/

0 commit comments

Comments
 (0)