Khalid
1
Hello,
I am trying to install ERPNext using docker-composer but, i faced some issues:
ENV:
- windows 10 pro
- docker-compose
Steps:
git clone GitHub - frappe/frappe_docker: Docker images for production and development setups of the Frappe framework and ERPNext
cd frappe_docker
cp env-local .env
docker-compose --project-name up -d
Issue:
Mariadb container
Site container
Also:
/usr/local/bin/docker-entrypoint.sh: line 68: /home/frappe/frappe-bench/sites/apps.txt: Permission denied
No idea about windows.
Sites directory needs uid/gid 1000 permission.
Mariadb CNF file needs to be read only.
Khalid
3
That what happened on ubuntu
Site Container
Right-click the frappe-mariadb.cnf file and set it to read-only.
or use cli params to mariadb container to get the effect of conf file.
system
Closed
5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.