Skip to content
This repository has been archived by the owner on Oct 9, 2021. It is now read-only.

Commit

Permalink
docker: add another udp port for livestream
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlsh committed May 14, 2021
1 parent 0cf3271 commit ca3d6f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
- /config/config.toml
ports:
- "5004:5004/udp"
- "5005:5005/udp"
volumes:
- ../../sphinx/config/config.docker.toml:/config/config.toml:ro
- /etc/machine-id:/etc/machine-id:ro
Expand Down

0 comments on commit ca3d6f8

Please sign in to comment.