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