From 2945d5415e4af4da8f76a0f37d6b4fa614e3be05 Mon Sep 17 00:00:00 2001 From: Jordan Date: Thu, 30 Jan 2025 21:24:53 -0500 Subject: [PATCH] Modify docker-compose.yml to include restart option. --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 3b75d12c..ed241963 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,6 +9,7 @@ services: - ./client.nginx.conf:/etc/nginx/conf.d/default.conf - ./certbot/conf:/etc/letsencrypt - ./certbot/www:/var/www/certbot + - ./public/index.html:/usr/share/nginx/html restart: always certbot: image: certbot/certbot