Lock Coturn to version '4.*'.
This commit is contained in:
parent
b2ca0d8333
commit
81ae2c3a7f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
coturn:
|
||||
container_name: coturn
|
||||
image: docker.io/coturn/coturn:alpine
|
||||
image: docker.io/coturn/coturn:4-alpine
|
||||
restart: always
|
||||
user: {{ users['coturn'] }}:{{ users['coturn'] }}
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue