From 211ba9f21f93a5a86db847db9ee24fbef0035b24 Mon Sep 17 00:00:00 2001 From: Paccoco <99041736+Paccoco@users.noreply.github.com> Date: Wed, 6 May 2026 10:46:45 -0500 Subject: [PATCH] fix: use absolute path for meshmonitor scripts volume --- meshtastic/docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshtastic/docker-compose.yaml b/meshtastic/docker-compose.yaml index 11222ed..7607a2b 100644 --- a/meshtastic/docker-compose.yaml +++ b/meshtastic/docker-compose.yaml @@ -1,6 +1,6 @@ services: meshmonitor: - image: ghcr.io/yeraze/meshmonitor:4.2.0 + image: ghcr.io/yeraze/meshmonitor:4.2.1 container_name: meshmonitor ports: - "8081:3001" @@ -8,7 +8,7 @@ services: restart: unless-stopped volumes: - /mnt/tank/docker/appdata/meshmonitor/data:/data - - ./scripts:/data/scripts + - /mnt/docker-ssd/docker/compose/meshtastic/scripts:/data/scripts env_file: .env environment: - NODE_ENV=production