Просмотр исходного кода

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 недель назад
Родитель
Сommit
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