You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
filepizza/docker-compose.yml

12 lines
187 B
YAML

version: '3'
services:
redis:
image: redis:latest
ports:
- 6379:6379
# coturn:
# image: instrumentisto/coturn:latest
# network_mode: host
# ports:
# - 3478:3478