File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3"
22
33services :
44 chirpstack :
5- image : chirpstack/chirpstack:4.0.5
5+ image : chirpstack/chirpstack:4.1.1
66 command : -c /etc/chirpstack
77 restart : unless-stopped
88 volumes :
@@ -20,7 +20,7 @@ services:
2020 - 8080:8080
2121
2222 chirpstack-gateway-bridge-eu868 :
23- image : chirpstack/chirpstack-gateway-bridge:4.0.1
23+ image : chirpstack/chirpstack-gateway-bridge:4.0.3
2424 restart : unless-stopped
2525 ports :
2626 - 1700:1700/udp
@@ -30,7 +30,7 @@ services:
3030 - mosquitto
3131
3232 chirpstack-rest-api :
33- image : chirpstack/chirpstack-rest-api:4.0.4
33+ image : chirpstack/chirpstack-rest-api:4.1.1
3434 restart : unless-stopped
3535 command : --server chirpstack:8080 --bind 0.0.0.0:8090 --insecure
3636 ports :
You can’t perform that action at this time.
0 commit comments