Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion opensky/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
services:
opensky:
# Credit to https://github.com/mikenye/docker-opensky-network
image: ghcr.io/sdr-enthusiasts/docker-opensky-network:2.1.7-1
# image: ghcr.io/sdr-enthusiasts/docker-opensky-network:2.1.7-1
image: ghcr.io/sdr-enthusiasts/docker-opensky-network:latest-build-821
tty: true
container_name: opensky
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion ultrafeeder/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
services:
ultrafeeder:
# Using telegraf variant for InfluxDB/Prometheus and Grafana integration
image: ghcr.io/sdr-enthusiasts/docker-adsb-ultrafeeder:telegraf
image: ghcr.io/sdr-enthusiasts/docker-adsb-ultrafeeder:telegraf-build-899
container_name: ultrafeeder
hostname: ultrafeeder
restart: unless-stopped
Expand Down