From 2167aed05a1cfe76e80b2ac035e3821a466a47aa Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 17 May 2024 19:41:23 -0300 Subject: [PATCH] Fix nginx config name --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index e0dc034..23637a2 100644 --- a/compose.yml +++ b/compose.yml @@ -9,7 +9,7 @@ services: volumes: - html_content:/usr/share/nginx/html configs: - - source: nginx_default_conf + - source: nginx_conf target: /etc/nginx/conf.d/default.conf deploy: update_config: