mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 07:45:09 +00:00
Allow https proxy to access Docker socket
This commit is contained in:
parent
e620dd4805
commit
4772aa796a
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ services:
|
||||||
- 443:443
|
- 443:443
|
||||||
volumes:
|
volumes:
|
||||||
- cert-data:/letsencrypt
|
- cert-data:/letsencrypt
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
cert-data:
|
cert-data:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue