Skip to content

Commit

Permalink
Specify protocol for port mapping
Browse files Browse the repository at this point in the history
Docker otherwise assumes TCP, when we want UDP.
  • Loading branch information
BrianJKoopman committed Jan 6, 2025
1 parent ab5c7ef commit bebde59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/agents/ld_monitor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ An example docker-compose configuration::
image: simonsobs/socs:latest
hostname: ocs-docker
ports:
- "1110:1110"
- "1110:1110/udp"
environment:
- INSTANCE_ID=ld-monitor
- SITE_HUB=ws://127.0.0.1:8001/ws
Expand Down

0 comments on commit bebde59

Please sign in to comment.