fix: use absolute path for meshmonitor scripts volume
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user