fix: remove :ro from web html mount so 99-config.sh can write config.js

This commit is contained in:
Lago
2026-04-17 19:05:25 +02:00
parent c1c9063996
commit e0a2cf96cc
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -11,3 +11,5 @@
Thumbs.db Thumbs.db
.vscode/ .vscode/
.idea/ .idea/
docker-compose.override.yml
+1 -1
View File
@@ -322,7 +322,7 @@ services:
SUPABASE_URL: ${SUPABASE_PUBLIC_URL} SUPABASE_URL: ${SUPABASE_PUBLIC_URL}
SUPABASE_ANON_KEY: ${ANON_KEY} SUPABASE_ANON_KEY: ${ANON_KEY}
volumes: volumes:
- /mnt/user/appdata/mc-cars/frontend:/usr/share/nginx/html:ro - /mnt/user/appdata/mc-cars/frontend:/usr/share/nginx/html
- /mnt/user/appdata/mc-cars/frontend/nginx.conf:/etc/nginx/conf.d/default.conf:ro - /mnt/user/appdata/mc-cars/frontend/nginx.conf:/etc/nginx/conf.d/default.conf:ro
- /mnt/user/appdata/mc-cars/frontend/99-config.sh:/docker-entrypoint.d/99-config.sh:ro - /mnt/user/appdata/mc-cars/frontend/99-config.sh:/docker-entrypoint.d/99-config.sh:ro
ports: ports: