diff --git a/Dockerfile b/Dockerfile index 20f4c27c7..04557df59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN set -eux; \ # Run FROM alpine:3.20 -LABEL org.opencontainers.image.source="https://github.com/meilisearch/meilisearch" +LABEL org.opencontainers.image.source="https://github.com/meilisearch/meilisearch" ENV MEILI_HTTP_ADDR 0.0.0.0:7700 ENV MEILI_SERVER_PROVIDER docker