Skip to content

Commit

Permalink
docs: remove tty and only mount usb subsystem (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
acidicX authored Nov 4, 2024
1 parent c925259 commit b4c24f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions foundations/deploy-ultrafeeder-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ services:
# - it includes an MLAT Hub to consolidate MLAT results and make them available to the built-in map and other services

image: ghcr.io/sdr-enthusiasts/docker-adsb-ultrafeeder
tty: true
container_name: ultrafeeder
hostname: ultrafeeder
restart: unless-stopped
Expand Down Expand Up @@ -119,7 +118,7 @@ services:
- /opt/adsb/ultrafeeder/globe_history:/var/globe_history
- /opt/adsb/ultrafeeder/graphs1090:/var/lib/collectd
- /proc/diskstats:/proc/diskstats:ro
- /dev:/dev:ro
- /dev/bus/usb:/dev/bus/usb:rw
tmpfs:
- /run:exec,size=256M
- /tmp:size=128M
Expand Down

0 comments on commit b4c24f1

Please sign in to comment.