Update ham-tools.yaml

master
Dex Burgess 2025-07-03 04:15:51 +00:00
parent b83a606542
commit 1fbe38d481
1 changed files with 5 additions and 4 deletions

View File

@ -15,12 +15,13 @@ services:
# max-file: "3" # max-file: "3"
hamdashboard: hamdashboard:
image: michaelsteven/hamdashboard:1.0 image: hamdashboard-custom:latest
container_name: hamdashboard container_name: hamdashboard
restart: unless-stopped restart: unless-stopped
volumes: ports:
- /dockers/hamdashboard/config:/usr/share/nginx/html/config/ - "8080:8080"
- /dockers/hamdashboard/nginx:/etc/nginx/conf.d/ environment:
- TZ=America/New_York
logging: logging:
options: options:
max-size: "10m" max-size: "10m"