mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
Fix port in Dockerfile
This commit is contained in:
parent
8c86a752c7
commit
cdcb0576a2
|
@ -3,4 +3,4 @@ MAINTAINER Prometheus Team <prometheus-developers@googlegroups.com>
|
|||
|
||||
ENTRYPOINT [ "go-wrapper", "run" ]
|
||||
CMD [ "-logtostderr" ]
|
||||
EXPOSE 8080
|
||||
EXPOSE 9100
|
||||
|
|
Loading…
Reference in a new issue