فهرست منبع

Remove static/dist volume mount causing nginx 403 on Pi

The mount overrides the built-in frontend with local directory that
may not exist on Pi, causing 403 Forbidden errors.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
tuanchris 3 هفته پیش
والد
کامیت
4b8cbf7c99
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      docker-compose.yml

+ 0 - 1
docker-compose.yml

@@ -13,7 +13,6 @@ services:
     network_mode: "host" # Use host network for device access
     volumes:
       - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
-      - ./static/dist:/usr/share/nginx/html:ro  # Mount local build for dev without rebuild
     depends_on:
       - backend
     container_name: dune-weaver-frontend