fix: use absolute path for meshmonitor scripts volume

This commit is contained in:
Paccoco
2026-05-06 10:46:45 -05:00
parent 62e0c6c4d7
commit 211ba9f21f

View File

@@ -1,6 +1,6 @@
services: services:
meshmonitor: meshmonitor:
image: ghcr.io/yeraze/meshmonitor:4.2.0 image: ghcr.io/yeraze/meshmonitor:4.2.1
container_name: meshmonitor container_name: meshmonitor
ports: ports:
- "8081:3001" - "8081:3001"
@@ -8,7 +8,7 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- /mnt/tank/docker/appdata/meshmonitor/data:/data - /mnt/tank/docker/appdata/meshmonitor/data:/data
- ./scripts:/data/scripts - /mnt/docker-ssd/docker/compose/meshtastic/scripts:/data/scripts
env_file: .env env_file: .env
environment: environment:
- NODE_ENV=production - NODE_ENV=production