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: