From 1fbe38d481832198dc3c206cf70d02f71d35b06e Mon Sep 17 00:00:00 2001 From: Dex Burgess Date: Thu, 3 Jul 2025 04:15:51 +0000 Subject: [PATCH] Update ham-tools.yaml --- ham-tools.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ham-tools.yaml b/ham-tools.yaml index 58a53bc..cbf8e01 100644 --- a/ham-tools.yaml +++ b/ham-tools.yaml @@ -15,12 +15,13 @@ services: # max-file: "3" hamdashboard: - image: michaelsteven/hamdashboard:1.0 + image: hamdashboard-custom:latest container_name: hamdashboard restart: unless-stopped - volumes: - - /dockers/hamdashboard/config:/usr/share/nginx/html/config/ - - /dockers/hamdashboard/nginx:/etc/nginx/conf.d/ + ports: + - "8080:8080" + environment: + - TZ=America/New_York logging: options: max-size: "10m"