From e719aa285de47286e3608b47ff07c75419c69dbe Mon Sep 17 00:00:00 2001 From: ITQ Date: Mon, 3 Mar 2025 12:36:18 +0300 Subject: [PATCH] sorry --- compose.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compose.yaml b/compose.yaml index 09ab21e..a6f946f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -400,6 +400,9 @@ services: - type: bind source: /var/run/docker.sock target: /var/run/docker.sock + - type: bind + source: /tmp + target: /tmp proxy: image: docker.io/nginx:1.27-alpine3.21