fix: use linuxserver/wireguard-exporter
This commit is contained in:
parent
7f2b1a52c7
commit
7da281117a
1 changed files with 4 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
wireguard-exporter:
|
wireguard-exporter:
|
||||||
image: prometheuscommunity/wireguard-exporter:latest
|
image: docker.io/linuxserver/wireguard-exporter:latest
|
||||||
container_name: wireguard-exporter
|
container_name: wireguard-exporter
|
||||||
network_mode: host
|
network_mode: host
|
||||||
pid: host
|
pid: host
|
||||||
|
|
@ -106,6 +106,9 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "9586:9586"
|
- "9586:9586"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
image: grafana/grafana:latest
|
image: grafana/grafana:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue