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:
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