Install "curl" in the docker image "umami:postgresql-latest" #1587
SuperXSpring
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Install "curl" in the docker image "umami:postgresql-latest"
This would allow customizing the docker-compose.yml by adding healthcheck section
healthcheck:
test: [ "CMD-SHELL", "curl -fk http://localhost:3000" ]
All reactions