From 440a7f5228d83de3aa16e0f9688fbdfef1eba00a Mon Sep 17 00:00:00 2001 From: fauno Date: Sat, 18 Apr 2026 06:13:54 +0000 Subject: [PATCH] fix: garage ports on host mode (#99) * [x] I have deployed and tested my changes * [ ] I have [updated relevant versions in `abra.sh`](https://docs.coopcloud.tech/maintainers/upgrade/#updating-versions-in-the-abrash) * [ ] I have made my environment variable changes [backwards compatible](https://docs.coopcloud.tech/maintainers/upgrade/#backwards-compatible-environment-variable-changes) * [ ] I have added a [release note entry](https://docs.coopcloud.tech/maintainers/upgrade/#creating-new-release-notes) Co-authored-by: f Reviewed-on: https://git.coopcloud.tech/coop-cloud/traefik/pulls/99 Reviewed-by: p4u1 Reviewed-by: decentral1se Co-authored-by: fauno Co-committed-by: fauno --- 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