Browse Source

debug

pull/2074/head
Chris Lu 4 years ago
parent
commit
e3f47ddb76
  1. 2
      docker/compose/local-mount-profile-compose.yml

2
docker/compose/local-mount-profile-compose.yml

@ -40,7 +40,7 @@ services:
- fuse - fuse
volumes: volumes:
- /Volumes/mobile_disk/99:/data - /Volumes/mobile_disk/99:/data
entrypoint: '/bin/sh -c "mkdir -p t1 && weed mount -filer=filer:8888 -dir=./t1 -cacheCapacityMB=0 -memprofile=/data/mount.mem.pprof"'
entrypoint: '/bin/sh -c "mkdir -p t1 && weed -v=4 mount -filer=filer:8888 -dir=./t1 -cacheCapacityMB=0 -memprofile=/data/mount.mem.pprof"'
depends_on: depends_on:
- master - master
- volume - volume

Loading…
Cancel
Save