From fd23e2dd57dc8e224caa9685bc9436044d8abae6 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Mon, 30 Dec 2024 14:47:57 -0500 Subject: [PATCH] Typos in swag_server_custom_directive. --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index def1bdcf..2cca5fca 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1116,7 +1116,7 @@ services: homepage.widget.key: ${GITEA_HOMEPAGE_API_KEY} swag: enable swag_url: git.${MY_TLD} - swag_server_custom_directive: access_log /config/log/$host_access.log ; error_log /config/log/$host_error.log + swag_server_custom_directive: access_log /config/log/$$host_access.log ; error_log /config/log/$$host_error.log swag.uptime-kuma.enabled: true swag.uptime-kuma.monitor.url: https://git.${MY_TLD} networks: @@ -1595,7 +1595,7 @@ services: container_name: homepage image: ghcr.io/gethomepage/homepage:latest labels: - swag_server_custom_directive: access_log /config/log/$host_access.log ; error_log /config/log/$host_error.log + swag_server_custom_directive: access_log /config/log/$$host_access.log ; error_log /config/log/$$host_error.log networks: default: null ports: