From a993a1e3e1f3213b42a0fee3eed54d93fb0707f9 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 17 Sep 2021 23:52:03 +0100 Subject: [PATCH] Fix left/right --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 55494d5..eea86fd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,7 +14,7 @@ services: FreeDMR-IPSC: container_name: FreeDMR-IPSC ports: - #IPSC port - left side always stays the same (inside container), right side is + #IPSC port - right side always stays the same (inside container), left side is #the port you want to present on the outside. #This is automatically mapped - docker uses iptables to do this - '55000:55000/udp'