add compose.host-ports.yml for optional direct host port publishing

This commit is contained in:
notplants
2026-04-28 15:47:12 +00:00
parent 89c043f762
commit 5f66e5ba2d

14
compose.host-ports.yml Normal file
View 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