We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b92280 commit 5edff4aCopy full SHA for 5edff4a
docker-compose.yml
@@ -2,7 +2,7 @@ version: "3"
2
3
services:
4
chirpstack:
5
- image: chirpstack/chirpstack:4.1.1
+ image: chirpstack/chirpstack:4
6
command: -c /etc/chirpstack
7
restart: unless-stopped
8
volumes:
@@ -20,7 +20,7 @@ services:
20
- 8080:8080
21
22
chirpstack-gateway-bridge-eu868:
23
- image: chirpstack/chirpstack-gateway-bridge:4.0.3
+ image: chirpstack/chirpstack-gateway-bridge:4
24
25
ports:
26
- 1700:1700/udp
@@ -30,7 +30,7 @@ services:
30
- mosquitto
31
32
chirpstack-rest-api:
33
- image: chirpstack/chirpstack-rest-api:4.1.1
+ image: chirpstack/chirpstack-rest-api:4
34
35
command: --server chirpstack:8080 --bind 0.0.0.0:8090 --insecure
36
0 commit comments