Skip to content

Commit 32b6250

Browse files
authored
fix: Force the docker image for lk-jwt-service to be pulled everytime (#3325)
lk-jwt-service latest-ci to be force pulled every time
1 parent 4a6dbf3 commit 32b6250

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev-backend-docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ networks:
44
services:
55
auth-service:
66
image: ghcr.io/element-hq/lk-jwt-service:latest-ci
7+
pull_policy: always
78
hostname: auth-server
89
environment:
910
- LIVEKIT_JWT_PORT=6080

0 commit comments

Comments
 (0)