mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
fix: pwd assets and sites location (#760)
This commit is contained in:
parent
ba1902ad80
commit
149d11785a
1 changed files with 2 additions and 2 deletions
4
pwd.yml
4
pwd.yml
|
|
@ -86,8 +86,8 @@ services:
|
||||||
UPSTREAM_REAL_IP_HEADER: X-Forwarded-For
|
UPSTREAM_REAL_IP_HEADER: X-Forwarded-For
|
||||||
UPSTREAM_REAL_IP_RECURSIVE: "off"
|
UPSTREAM_REAL_IP_RECURSIVE: "off"
|
||||||
volumes:
|
volumes:
|
||||||
- sites:/home/frappe/frappe-bench/sites
|
- sites:/usr/share/nginx/html/sites
|
||||||
- assets:/home/frappe/frappe-bench/sites/assets
|
- assets:/usr/share/nginx/html/assets
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue