1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-11-21 13:20:11 +00:00

fix: remove tty and only mount usb subsystem

closes #155
This commit is contained in:
Carsten 2024-10-29 18:38:08 +01:00 committed by GitHub
parent 518edd1379
commit f3f00d40f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,6 @@ services:
# Note - if you want to enable telegraf for use with InfluxDB/Prometheus and Grafana, # Note - if you want to enable telegraf for use with InfluxDB/Prometheus and Grafana,
# use the following image instead: # use the following image instead:
# image: ghcr.io/sdr-enthusiasts/docker-adsb-ultrafeeder:telegraf # image: ghcr.io/sdr-enthusiasts/docker-adsb-ultrafeeder:telegraf
tty: true
container_name: ultrafeeder container_name: ultrafeeder
hostname: ultrafeeder hostname: ultrafeeder
restart: unless-stopped restart: unless-stopped
@ -106,7 +105,7 @@ services:
- /opt/adsb/ultrafeeder/globe_history:/var/globe_history - /opt/adsb/ultrafeeder/globe_history:/var/globe_history
- /opt/adsb/ultrafeeder/graphs1090:/var/lib/collectd - /opt/adsb/ultrafeeder/graphs1090:/var/lib/collectd
- /proc/diskstats:/proc/diskstats:ro - /proc/diskstats:/proc/diskstats:ro
- /dev:/dev:ro - /dev/bus/usb:/dev/bus/usb
tmpfs: tmpfs:
- /run:exec,size=256M - /run:exec,size=256M
- /tmp:size=128M - /tmp:size=128M