mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2024-12-22 16:12:19 +00:00
🐳 Expose UDP ports in sample docker compose config
This commit is contained in:
parent
52b03ff9e0
commit
e2e4a72e2a
@ -30,6 +30,8 @@ services:
|
|||||||
ghostream:
|
ghostream:
|
||||||
build: ..
|
build: ..
|
||||||
restart: always
|
restart: always
|
||||||
|
ports:
|
||||||
|
- 10000-10005:10000-10005/udp
|
||||||
volumes:
|
volumes:
|
||||||
- ./ghostream_data:/etc/ghostream:ro
|
- ./ghostream_data:/etc/ghostream:ro
|
||||||
labels:
|
labels:
|
||||||
|
Loading…
Reference in New Issue
Block a user