Skip to content

Commit 5edff4a

Browse files
committed
Set tags to :4 to always pull latest v4.
1 parent 0b92280 commit 5edff4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
chirpstack:
5-
image: chirpstack/chirpstack:4.1.1
5+
image: chirpstack/chirpstack:4
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.3
23+
image: chirpstack/chirpstack-gateway-bridge:4
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.1.1
33+
image: chirpstack/chirpstack-rest-api:4
3434
restart: unless-stopped
3535
command: --server chirpstack:8080 --bind 0.0.0.0:8090 --insecure
3636
ports:

0 commit comments

Comments
 (0)