Skip to content

Commit 8e1029e

Browse files
committed
[*] remove obsolete EXPOSE instructions
1 parent b6161f4 commit 8e1029e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docker/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ COPY internal/metrics/metrics.yaml /pgwatch/metrics/metrics.yaml
2929

3030
# Admin UI for configuring servers to be monitored
3131
EXPOSE 8080
32-
# Gatherer healthcheck port / metric statistics (JSON)
33-
EXPOSE 8081
34-
# Prometheus metrics scraping port
35-
EXPOSE 9187
3632

3733
# Command to run the executable
3834
ENTRYPOINT ["/pgwatch/pgwatch"]

0 commit comments

Comments
 (0)