Skip to content

Commit

Permalink
fix gateway bridge ports
Browse files Browse the repository at this point in the history
  • Loading branch information
disk91 committed Jan 20, 2023
1 parent 0434f6a commit 5ecd522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chirpstack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
image: chirpstack/chirpstack-gateway-bridge:4.0.3
restart: unless-stopped
ports:
- 1701:1701/udp
- 1701:1700/udp
volumes:
- /helium/configuration/chirpstack-gateway-bridge-us915:/etc/chirpstack-gateway-bridge
depends_on:
Expand All @@ -78,7 +78,7 @@ services:
image: chirpstack/chirpstack-gateway-bridge:4.0.3
restart: unless-stopped
ports:
- 1702:1702/udp
- 1702:1700/udp
volumes:
- /helium/configuration/chirpstack-gateway-bridge-au915:/etc/chirpstack-gateway-bridge
depends_on:
Expand Down

0 comments on commit 5ecd522

Please sign in to comment.