mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-08-03 15:32:50 +02:00
6 lines
179 B
Bash
6 lines
179 B
Bash
#!/bin/bash
|
|
# Copyright The OpenTelemetry Authors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
set -e
|
|
|
|
docker run -p 9090:9090 -v $(pwd):/etc/prometheus --network="host" prom/prometheus
|