Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docker guidance #1245

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions Setting-Up-ACARSHub.MD
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ services:
#- AR_SEND_UDP_ACARS=acarshub:5550
# The line below should be uncommented if you are receiving acars data from acarsdec AND want to feed airframes
#- AR_SEND_UDP_ACARS=acarshub:5550;feed.airframes.io:5550
# The line below should uncommented if you are receiving VDLM and DO NOT want to feed aiframes
# The line below should uncommented if you are receiving VDLM, using dumpvdl2 OR using vdlm2dec and not want to feed
#- AR_SEND_UDP_VDLM2=acarshub:5555
# The line below should uncommented if you are receiving VDLM, using dumpvdl2 AND want to feed airframes
#- AR_SEND_UDP_VDLM2=acarshub:5555;feed.airframes.io:5552
#- AR_SEND_TCP_VDLM2=feed.airframes.io:5553
Comment on lines -149 to +152
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i am open to wording suggestions to better indicate BOTH lines should be uncommented to feed to airframes using dumpvdl2

# The line below should uncommented if you are receiving VDLM, using vdlm2dec AND want to feed airframes
#- AR_SEND_UDP_VDLM2=acarshub:5555;feed.airframes.io:5555
# The line below should uncommented if you are receiving dumpvdl2 AND using ZMQ (recommended)
Expand Down