lprobe icon indicating copy to clipboard operation
lprobe copied to clipboard

Use via volume

Open gmuellerinform opened this issue 1 year ago • 1 comments

Hi! Great tool. I use it via volume mounts, so there is no need to build new images for existing tools. Maybe you can add it to the docs:

services:
  gitea:
    image: gitea/gitea:1.19.2
    volumes:
      - ./Lprobe:/Lprobe
    ...
    healthcheck:
      test: /Lprobe ...
      interval: 60s
      retries: 3
      start_period: 10s
      timeout: 3s

gmuellerinform avatar May 11 '23 15:05 gmuellerinform