From 295ad3d9993590b82fb4948351f778e7092dcdb2 Mon Sep 17 00:00:00 2001 From: f Date: Fri, 17 Apr 2026 03:24:08 -0300 Subject: [PATCH] fix: garage ports on host mode --- compose.garage.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compose.garage.yml b/compose.garage.yml index 9de1cc2..009c042 100644 --- a/compose.garage.yml +++ b/compose.garage.yml @@ -4,4 +4,7 @@ services: environment: - GARAGE_RPC_ENABLED ports: - - "3901:3901" + - target: 3901 + published: 3901 + protocol: tcp + mode: host -- 2.49.0