docker-coturn/docker-compose.yml
Jan Christian Grünhage 573050bc4c
All checks were successful
the build was successful
initial implementation
2018-01-08 21:57:47 +01:00

11 lines
170 B
YAML

version: '2'
services:
coturn:
image: docker.jcg.re/coturn
container_name: coturn
build: .
volumes:
- ./data:/data:z
ports:
- 3478:3478