From b83a6065423bb795d7dcb6e2fd2f1495fd562e20 Mon Sep 17 00:00:00 2001 From: Dex Burgess Date: Thu, 3 Jul 2025 03:54:50 +0000 Subject: [PATCH] Update ham-tools.yaml --- ham-tools.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ham-tools.yaml b/ham-tools.yaml index be95a6d..58a53bc 100644 --- a/ham-tools.yaml +++ b/ham-tools.yaml @@ -19,7 +19,8 @@ services: container_name: hamdashboard restart: unless-stopped volumes: - - /dockers/hamdashboard:/ + - /dockers/hamdashboard/config:/usr/share/nginx/html/config/ + - /dockers/hamdashboard/nginx:/etc/nginx/conf.d/ logging: options: max-size: "10m"