2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-18 18:19:02 +00:00

Allow https proxy to access Docker socket

This commit is contained in:
Lev Vereshchagin 2022-03-12 11:13:05 +03:00
parent e620dd4805
commit 4772aa796a

View File

@ -24,6 +24,7 @@ services:
- 443:443
volumes:
- cert-data:/letsencrypt
- /var/run/docker.sock:/var/run/docker.sock:ro
volumes:
cert-data: