2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-02-03 04:28:31 +00:00

fix: quick start userns_mode set to host

suggested in issue https://github.com/frappe/frappe_docker/issues/420
This commit is contained in:
Revant Nandgaonkar 2021-05-05 11:56:03 +05:30
parent 12d9760658
commit 9aff65d9ba

View File

@ -28,6 +28,7 @@ services:
volumes:
- cert-vol:/letsencrypt
- /var/run/docker.sock:/var/run/docker.sock:ro
userns_mode: "host"
erpnext-nginx:
image: frappe/erpnext-nginx:${ERPNEXT_VERSION}