Skip to content

Commit

Permalink
fix: use correct port
Browse files Browse the repository at this point in the history
  • Loading branch information
mgattozzi committed Mar 28, 2024
1 parent ba41bd2 commit 99b4b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99b4b83

Please sign in to comment.