Update docker-compose.yml

Update:
- nats: 2.2.1 -> 2.6
This commit is contained in:
kleener 2021-11-24 13:01:18 +01:00 committed by GitHub
parent 9e52f68ca4
commit 0f96cd329c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ services:
- janus
- coturn
nats:
image: nats:2.2.1
image: nats:2.6
volumes:
- ./gnatsd.conf:/config/gnatsd.conf
command: ["-c", "/config/gnatsd.conf"]