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:
|
services:
|
||||||
coturn:
|
coturn:
|
||||||
container_name: coturn
|
container_name: coturn
|
||||||
image: docker.io/coturn/coturn:alpine
|
image: docker.io/coturn/coturn:4-alpine
|
||||||
restart: always
|
restart: always
|
||||||
user: {{ users['coturn'] }}:{{ users['coturn'] }}
|
user: {{ users['coturn'] }}:{{ users['coturn'] }}
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue