mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2025-02-16 16:34:28 +01:00
![Matthias Wirth](/assets/img/avatar_default.png)
02-remove-prometheus-data deletes /run/readsb-prometheus.prom when the container stops As this file is created by readsb, remove it instead in a finish script for readsb which is run when the readsb service is stopped
2 lines
53 B
Bash
Executable file
2 lines
53 B
Bash
Executable file
#!/bin/sh
|
|
exec /etc/s6-overlay/scripts/readsb-finish
|