Expose UDP ports on docker-compose.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
DataHoarder 2022-01-17 19:01:57 +01:00
parent 1a9b858eaf
commit 36cf69c1f5

View file

@ -62,6 +62,7 @@ services:
- /tmp - /tmp
ports: ports:
- "${LISTEN_PORT}:${LISTEN_PORT}" - "${LISTEN_PORT}:${LISTEN_PORT}"
- "${LISTEN_PORT}:${LISTEN_PORT}/udp"
srg: srg:
image: srg image: srg
build: https://git.gammaspectra.live/S.O.N.G/SynchRoGazer.git#master build: https://git.gammaspectra.live/S.O.N.G/SynchRoGazer.git#master