From f732d9549957553b282c081cc19db3d3ef37bb56 Mon Sep 17 00:00:00 2001 From: faulty Date: Sun, 26 Feb 2023 17:16:07 +0100 Subject: [PATCH] it's from the same ... idk what --- docker-compose.base.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.base.yml b/docker-compose.base.yml index ebc57fb..617f41d 100644 --- a/docker-compose.base.yml +++ b/docker-compose.base.yml @@ -15,7 +15,8 @@ x-common: &common - /srv/proxy/config/conf.d:/etc/nginx/conf.d - /srv/proxy/other/vhost.d:/etc/nginx/vhost.d - /srv/proxy/data/html:/usr/share/nginx/html - - /var/run/docker.sock:/var/run/docker.sock + - /var/run/docker.sock:/tmp/docker.sock:ro + - /var/run/docker.sock:/var/run/docker.sock:ro networks: proxy: