Set tags to :4 to always pull latest v4.
This commit is contained in:
parent
0b92280850
commit
5edff4a463
@ -2,7 +2,7 @@ version: "3"
|
||||
|
||||
services:
|
||||
chirpstack:
|
||||
image: chirpstack/chirpstack:4.1.1
|
||||
image: chirpstack/chirpstack:4
|
||||
command: -c /etc/chirpstack
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
@ -20,7 +20,7 @@ services:
|
||||
- 8080:8080
|
||||
|
||||
chirpstack-gateway-bridge-eu868:
|
||||
image: chirpstack/chirpstack-gateway-bridge:4.0.3
|
||||
image: chirpstack/chirpstack-gateway-bridge:4
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 1700:1700/udp
|
||||
@ -30,7 +30,7 @@ services:
|
||||
- mosquitto
|
||||
|
||||
chirpstack-rest-api:
|
||||
image: chirpstack/chirpstack-rest-api:4.1.1
|
||||
image: chirpstack/chirpstack-rest-api:4
|
||||
restart: unless-stopped
|
||||
command: --server chirpstack:8080 --bind 0.0.0.0:8090 --insecure
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user