2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-11 09:35:12 +00:00

fix: pwd assets and sites location (#760)

This commit is contained in:
Revant Nandgaonkar 2022-04-06 05:49:59 +05:30 committed by GitHub
parent ba1902ad80
commit 149d11785a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"