add compose.host-ports.yml for optional direct host port publishing
This commit is contained in:
14
compose.host-ports.yml
Normal file
14
compose.host-ports.yml
Normal file
@ -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
|
||||||
Reference in New Issue
Block a user