mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-06-06 05:51:19 +08:00
fix: remove problematic volume mount that caused 502 error
The ./data:/app mount was overwriting the entire /app directory including application binaries, causing the backend to fail.
This commit is contained in:
@@ -17,6 +17,7 @@ services:
|
||||
ports:
|
||||
- "${NOFX_BACKEND_PORT:-8080}:8080"
|
||||
volumes:
|
||||
# Data directory for database (new images use data/data.db)
|
||||
- ./data:/app/data
|
||||
- ./decision_logs:/app/decision_logs
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
Reference in New Issue
Block a user