🐳 Expose UDP ports in sample docker compose config

This commit is contained in:
Yohann D'ANELLO 2020-09-29 14:54:04 +02:00
parent 52b03ff9e0
commit e2e4a72e2a
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ services:
ghostream:
build: ..
restart: always
ports:
- 10000-10005:10000-10005/udp
volumes:
- ./ghostream_data:/etc/ghostream:ro
labels: