mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-12-28 06:59:44 -08:00
Merge pull request #43 from prometheus/discordianfish-patch-1
Fix port in Dockerfile
This commit is contained in:
commit
8f013ba8df
|
@ -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