diff --git a/Dockerfile b/Dockerfile index b3d9a3a9f2e..ccc02dfed78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,7 @@ ENV PACKAGE=$PACKAGE COPY --from=build "/root/$PACKAGE" "/usr/bin/$PACKAGE" COPY docker/entrypoint.sh /usr/bin/entrypoint.sh -EXPOSE 8080 8082 +EXPOSE 8181 # TODO: Make this and other env vars not specific to IOx ENV INFLUXDB_IOX_OBJECT_STORE=file