1
0
Эх сурвалжийг харах

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 долоо хоног өмнө
parent
commit
4b8cbf7c99

+ 0 - 1
docker-compose.yml

@@ -13,7 +13,6 @@ services:
     network_mode: "host" # Use host network for device access
     network_mode: "host" # Use host network for device access
     volumes:
     volumes:
       - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
       - ./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:
     depends_on:
       - backend
       - backend
     container_name: dune-weaver-frontend
     container_name: dune-weaver-frontend