Compare commits

...

1 Commits

Author SHA1 Message Date
fauno 295ad3d999 fix: garage ports on host mode 2026-04-17 03:24:08 -03:00
+4 -1
View File
@@ -4,4 +4,7 @@ services:
environment: environment:
- GARAGE_RPC_ENABLED - GARAGE_RPC_ENABLED
ports: ports:
- "3901:3901" - target: 3901
published: 3901
protocol: tcp
mode: host