Closed phtppp closed 2 years ago
There should only be one "/udp" per line, so instead of
ports: - '9876/udp:9876/udp' - '9877/udp:9877/udp'
it should look like
ports: - '9876:9876/udp' - '9877:9877/udp'
EDIT: I am referencing the example in README.md
Confirmed. Error was added by merge.
There should only be one "/udp" per line, so instead of
it should look like
EDIT: I am referencing the example in README.md