Update to ChirpStack v4.0.2.

This commit is contained in:
Orne Brocaar 2022-09-28 19:57:47 +01:00
parent 5c5f58c63f
commit beecc46a34

View File

@ -2,7 +2,7 @@ version: "3"
services: services:
chirpstack: chirpstack:
image: chirpstack/chirpstack:4.0.0 image: chirpstack/chirpstack:4.0.2
command: -c /etc/chirpstack command: -c /etc/chirpstack
restart: unless-stopped restart: unless-stopped
volumes: volumes:
@ -30,7 +30,7 @@ services:
- mosquitto - mosquitto
chirpstack-rest-api: chirpstack-rest-api:
image: chirpstack/chirpstack-rest-api:4.0.0 image: chirpstack/chirpstack-rest-api:4.0.2
restart: unless-stopped restart: unless-stopped
command: --server chirpstack:8080 --bind 0.0.0.0:8090 --insecure command: --server chirpstack:8080 --bind 0.0.0.0:8090 --insecure
ports: ports: