Samuel Philipp
1a7b8abadc
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 4m52s
added arm support added usage
9 lines
236 B
YAML
9 lines
236 B
YAML
services:
|
|
coturn:
|
|
# image: cr.sp-codes.de/sp-codes/coturn
|
|
build: .
|
|
restart: always
|
|
volumes:
|
|
- ./.local/turnserver.conf:/etc/turnserver.conf:ro
|
|
- ./.local/certificates:/certificates:ro
|
|
network_mode: host
|