🐳 Expose UDP ports in sample docker compose config
This commit is contained in:
parent
52b03ff9e0
commit
e2e4a72e2a
|
@ -30,6 +30,8 @@ services:
|
|||
ghostream:
|
||||
build: ..
|
||||
restart: always
|
||||
ports:
|
||||
- 10000-10005:10000-10005/udp
|
||||
volumes:
|
||||
- ./ghostream_data:/etc/ghostream:ro
|
||||
labels:
|
||||
|
|
Loading…
Reference in New Issue