mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-07-26 20:04:40 +00:00
4 lines
164 B
Bash
4 lines
164 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
docker run --net=host --rm --name libsql-server-prometheus -v $(dirname $0)/prometheus_docker.yml:/etc/prometheus/prometheus.yml prom/prometheus
|