Skip to content

Commit

Permalink
Update to ChirpStack v4.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Nov 16, 2022
1 parent 44292b0 commit 80c8bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
chirpstack:
image: chirpstack/chirpstack:4.0.3
image: chirpstack/chirpstack:4.0.4
command: -c /etc/chirpstack
restart: unless-stopped
volumes:
Expand Down Expand Up @@ -30,7 +30,7 @@ services:
- mosquitto

chirpstack-rest-api:
image: chirpstack/chirpstack-rest-api:4.0.3
image: chirpstack/chirpstack-rest-api:4.0.4
restart: unless-stopped
command: --server chirpstack:8080 --bind 0.0.0.0:8090 --insecure
ports:
Expand Down

0 comments on commit 80c8bb1

Please sign in to comment.