Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use via volume #7

Open
gmuellerinform opened this issue May 11, 2023 · 1 comment
Open

Use via volume #7

gmuellerinform opened this issue May 11, 2023 · 1 comment

Comments

@gmuellerinform
Copy link

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
@cageyv
Copy link
Member

cageyv commented May 11, 2023

Hi
Sure we will do it 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants