Skip to content

Commit cc07a0b

Browse files
committed
Fix tracked address configuration in compose setup
1 parent 89ea7b4 commit cc07a0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-compose.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ services:
3232
- ":8082"
3333
- "-visionAddress"
3434
- "224.5.23.2:10020"
35+
- "-trackedAddress"
36+
- "224.5.23.2:11010"
3537
network_mode: "${NETWORK_MODE}"
3638
ports:
3739
- "8082:8082/tcp"
@@ -115,7 +117,7 @@ services:
115117
- "--refereeAddress"
116118
- "224.5.23.1:11003"
117119
- "--trackerAddress"
118-
- "224.5.23.1:11010"
120+
- "224.5.23.2:11010"
119121
network_mode: "${NETWORK_MODE}"
120122
depends_on:
121123
- simulator

0 commit comments

Comments
 (0)