diff --git a/compose.yaml b/compose.yaml index 3a47f00..d78b872 100644 --- a/compose.yaml +++ b/compose.yaml @@ -19,7 +19,7 @@ services: volumes: - /docker/linkwarden/data:/data/data healthcheck: - test: ["/usr/bin/curl", "--silent", "--fail", "http://localhost:${PORT-3000}/"] + test: ["CMD", "/usr/bin/curl", "--silent", "--fail", "http://localhost:${PORT-3000}/"] depends_on: - postgres - meilisearch