We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Hi Sure we will do it 👍
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: