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:
parent
12d9760658
commit
9aff65d9ba
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user