diff --git a/compose.host-ports.yml b/compose.host-ports.yml new file mode 100644 index 0000000..2f6bd89 --- /dev/null +++ b/compose.host-ports.yml @@ -0,0 +1,14 @@ +--- +version: "3.8" + +services: + app: + ports: + - target: 64738 + published: 64738 + protocol: tcp + mode: host + - target: 64738 + published: 64738 + protocol: udp + mode: host