Skip to content

Commit

Permalink
Merge pull request #1295 from wiedehopf/main
Browse files Browse the repository at this point in the history
readme: better USB passthrough
  • Loading branch information
fredclausen authored Oct 19, 2024
2 parents 5af2c5b + f8b7f6e commit 2f4c6f6
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Setting-Up-ACARSHub.MD
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ services:
tty: true
container_name: acarshub
restart: always
devices:
- /dev/bus/usb:/dev/bus/usb
ports:
- 8080:80
- 5550:5550/udp
Expand Down Expand Up @@ -88,8 +86,6 @@ services:
tty: true
container_name: acarsdec
restart: always
devices:
- /dev/bus/usb:/dev/bus/usb
environment:
- QUIET_LOGS=true
- TZ=Etc/UTC
Expand All @@ -102,6 +98,10 @@ services:
tmpfs:
- /run:exec,size=64M
- /var/log:size=64M
device_cgroup_rules:
- 'c 189:* rwm'
volumes:
- /dev/bus/usb:/dev/bus/usb:ro
#####

### Remove this section if you are NOT decoding VDLM
Expand All @@ -111,8 +111,6 @@ services:
tty: true
container_name: dumpvdl2
restart: always
devices:
- /dev/bus/usb:/dev/bus/usb
environment:
- QUIET_LOGS=true
- TZ=Etc/UTC
Expand All @@ -128,6 +126,10 @@ services:
tmpfs:
- /run:exec,size=64M
- /var/log:size=64M
device_cgroup_rules:
- 'c 189:* rwm'
volumes:
- /dev/bus/usb:/dev/bus/usb:ro
#####

acars_router:
Expand Down

0 comments on commit 2f4c6f6

Please sign in to comment.